Use this skill whenever the user wants to create a new GitHub Issue for their project in a spec-driven development (SDD) workflow. Triggers include Japanese phrases like "Issueを作成して", "Issueを立てて", "XをIssueにして", "新しいissue作って", "issueにして", "issue化して", or English equivalents like "create an issue for X", "file an issue", "make a new issue". This skill creates the GitHub issue via the `gh` CLI, captures the auto-assigned issue number, creates a corresponding `docs/issues/issue-<N>/spec.md` with a structured specification, updates the issue body to link to the spec, and commits the result. Also use this skill when the user asks to convert a TODO item into an issue. Trigger this even if the user doesn't explicitly say "skill" — any request to create a GitHub issue in this project should invoke it.
Use this skill whenever the user wants to implement a specific existing GitHub Issue in a spec-driven development (SDD) workflow. Triggers include Japanese phrases like "Issue
Use this skill whenever the user wants to refresh or regenerate `docs/issues/INDEX.md` from the current state of GitHub Issues, Pull Requests, and local/remote git branches. Triggers include Japanese phrases like "INDEX を更新して", "INDEX.md 再生成", "issue 一覧を最新にして", "インデックス更新", or English equivalents like "update issue index", "refresh INDEX.md", "regenerate issues index". This skill is **manual-fire only** — it is never wired into hooks. It runs `scripts/generate-index.sh`, which rewrites the table between `<!-- BEGIN_ISSUE_TABLE -->` / `<!-- END_ISSUE_TABLE -->` markers. The skill shows the diff to the user and only commits when the user explicitly asks for it. Trigger this even if the user doesn't explicitly say "skill" — any request to update / refresh / regenerate the issues index in this project should invoke it.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
レベッカが負けヒロインなんておかしいよなぁ!?
個人用の Claude Code スキル配布リポジトリ。
このリポジトリは Claude Code のプラグインマーケットプレイスとして機能し、自作のスキルをインストール可能な形で提供する。
| プラグイン | 概要 |
|---|---|
create-issue | SDD(Spec-Driven Development)向けに GitHub Issue と docs/issues/issue-<N>/spec.md を同時作成してリンクするスキル |
implement-issue | docs/issues/issue-<N>/spec.md を真実の源として Issue を実装し、ブランチ作成・セルフレビュー・PR 作成までを一貫して行うスキル |
Claude Code のセッション内で以下を実行する。
/plugin marketplace add tokoro7/skills
/plugin install create-issue@tokoro7-skills
private リポジトリの場合も、gh auth login または SSH キー設定が済んでいればそのままインストールできる。
このリポを clone して開発する場合は、ローカルパスを marketplace として登録できる。
/plugin marketplace add /path/to/skills
/plugin install create-issue@tokoro7-skills
/plugin uninstall create-issue@tokoro7-skills
skills/<new-skill>/SKILL.md を作成(必要なら scripts/ などのサブディレクトリも).claude-plugin/marketplace.json の plugins[] に新しいエントリを追加するか、既存エントリの skills[] に ./skills/<new-skill> を追加${CLAUDE_PLUGIN_ROOT}/skills/<new-skill>/scripts/xxx.sh のように絶対パスで記述npx claudepluginhub tokoro7/skills --plugin update-issue-indexUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).