
Tokoro7 Skills
Install three plugins to run spec-driven development: linked GitHub issues, spec-based implementation through PR, and a manual issue index refresh.
Overview
tokoro7-skills is a plugin marketplace for the Build phase that links GitHub issues to in-repo spec.md files and implements them through PR with an index refresh skill.
What is this marketplace?
- Three plugins: create-issue, implement-issue, update-issue-index.
- create-issue links GitHub Issue with docs/issues/issue-<N>/spec.md for SDD.
- implement-issue drives branch, implementation, self-review, and PR from spec.md truth.
- update-issue-index rebuilds docs/issues/INDEX.md from gh and git on manual trigger.
- Marketplace metadata v0.1.0; plugins use strict false for flexible invocation.
- 3 plugins in marketplace
- 3 skills total (one per plugin)
- Marketplace metadata version 0.1.0
What problem does it solve?
Solo SDD practitioners lose sync between GitHub issues, docs/issues specs, and PR workflow when everything is manual.
Who is it for?
Indie developers using docs/issues and gh who want Claude Code to enforce spec-first delivery.
Skip if: Teams without GitHub, repos without docs/issues layout, or builders who only need unrelated content or GPU plugins.
What do I get? / Deliverables
After install you can create linked issues and specs, implement from spec.md through self-review and PR, and refresh INDEX.md on demand.
- GitHub issues paired with docs/issues/issue-N/spec.md
- Feature branches and PRs implemented against spec with self-review
- Updated docs/issues/INDEX.md table reflecting current issue state
Plugins in this marketplace
3 plugins — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
How it compares
Three-plugin SDD workflow chain, not a single code-navigation or cloud marketplace.
Common Questions / FAQ
Who is Tokoro7 Skills for?
Claude Code users practicing spec-driven development with GitHub issues and docs/issues/issue-N/spec.md in the same repository.
When should I use Tokoro7 Skills?
Use create-issue when scoping work, implement-issue when executing from an approved spec, and update-issue-index when the issue table drifts from gh/git reality.
How do I add Tokoro7 Skills to my agent?
Add market:tokoro7/skills to Claude Code, install create-issue, implement-issue, and update-issue-index plugins, ensure gh CLI and git access, then invoke the matching skill paths.