ai-landscape
ai-landscape には alkampfergit から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Re-analyze the template/ folder for internal consistency, keep template/structure.md (an annotated map of the template layout) up to date, and keep the meta/skill-list.md index in sync with the template skills. Use when checking template consistency, after adding/renaming/removing files under template/, when verifying internal links and skill tables resolve, or when asked to "run the maintainer", "check the template", "audit the template", or "update the template structure". Do NOT use for ingesting external sources (use ingest-link) or for editing project content unrelated to template consistency.
Author, update, or remove a Claude Code skill inside the template (template/.claude/skills/), following meta/skill-guide.md as the design rubric, and keep the meta/skill-list.md index table in sync. Use when asked to create a new template skill, write a skill, add a skill to the template, update or rename an existing template skill, or regenerate the template skill list. Do NOT use to author authoring-repo skills under the root .claude/skills/ (those are not part of the template product).
Ingest an external URL as a knowledge source: fetch and analyse it, record an entry in knowledge/links.md, write detailed notes under knowledge/sources/, then patch the affected template docs and structure. Use when a new article, paper, blog post, documentation page, or talk transcript should inform the harness engineering template, or when the user provides a URL to "ingest", "add to the knowledge base", or runs "/ingest-link <url>".
Scan the repository for stale, broken, or missing documentation and repair the highest-priority issues. Use when auditing docs, checking AGENTS links, reconciling docs with code, or running periodic documentation maintenance.
Bootstrap a new business domain or bounded context with scaffolding, architecture updates, and structural tests. Use when adding a new domain, introducing a new business capability, creating a new module under src/domains, defining a bounded context, or establishing domain boundaries.
Reproduce and fix reported bugs with test-first verification and root-cause analysis. Use when debugging a defect, investigating unexpected behavior, triaging a regression, or implementing a minimal corrective fix.
Capture reusable agent behavior and best practices as a skill update or a new skill after task completion. Use when a task reveals a repeatable workflow, exposes missing instructions, or surfaces a pattern worth preserving for future tasks. Examples: update an existing skill, create a skill for a new workflow, document guidance the agent should reuse, or refine repository skills after delivery. Review existing skills first, create new only when the scope is clearly distinct, and do not use this skill for one-off fixes with no reuse value. After the first draft, launch a subagent to refine the skill against meta/skill-guide.md.
End-to-end workflow for adding a new feature from a task or prompt description. Use when implementing a new capability, adding an endpoint, introducing a new service method, or building a new UI component.
Improve code structure without changing behavior using safe, test-preserving refactoring steps. Use when extracting helpers, splitting files, reducing duplication, aligning with repository patterns, or cleaning up code.