Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

klum-ast

klum-ast には klum-dsl から収集した 30 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
30
Stars
3
更新
2026-07-20
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

build-domain-first-schema
ソフトウェア開発者

Build a domain-first KlumAST Schema. Use when a Domain API Developer and Schema Developer want to model a domain independently of downstream targets, decide between Layer 3 and direct-schema, define DSL Object boundaries, and prove the resulting completed model with an API-only client and executable test.

2026-07-20
build-target-contract-schema
ソフトウェア開発者

Build a KlumAST authoring Schema for an authoritative external contract. Use when an adopter is replacing or simplifying Helm values, another configuration document, or a target-specific API contract while keeping that contract authoritative.

2026-07-20
feature-advisor
ソフトウェア開発者

Advise on applicable KlumAST features in an existing Schema or configured model. Use when an adopter wants a ranked, evidence-based KlumAST improvement review, an explanation of supported 4.x features that fit their model, or selected, validated model improvements.

2026-07-20
author-klum-model
ソフトウェア開発者

Author a configured KlumAST model. Use when a Model Writer wants to turn a representative configuration into a KlumAST model, add validation, construct it through the generated DSL, or create an executable model test.

2026-07-20
start-klum-project
ソフトウェア開発者

Start or adapt a Gradle project for KlumAST. Use when an adopter wants to scaffold a KlumAST project, add KlumAST to an existing Gradle build, choose domain-first or target-contract modeling, choose Layer 3 or direct-schema structure, or verify a first schema build.

2026-07-20
work-orchestrator
ソフトウェア開発者

Maintain a compact, evidence-backed horizon of user-selectable repository work; create and reconcile user-visible tasks without confusing completed execution with delivered repository state.

2026-07-20
ask-matt
その他コンピュータ職

Ask which skill or flow fits your situation. A router over the skills in this repo.

2026-07-18
claude-handoff
ソフトウェア開発者

Hand the current conversation off to a fresh background agent that picks up the work immediately.

2026-07-18
grill-me
プロジェクト管理専門家

A relentless interview to sharpen a plan or design.

2026-07-18
grill-with-docs
プロジェクト管理専門家

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-07-18
handoff
ソフトウェア開発者

Compact the current conversation into a handoff document for another agent to pick up.

2026-07-18
implement
ソフトウェア開発者

Implement a piece of work based on a PRD or set of issues.

2026-07-18
improve-codebase-architecture
ソフトウェア開発者

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-18
loop-me
プロジェクト管理専門家

Grill me about specs for the workflows I want to build, within this workspace.

2026-07-18
setup-matt-pocock-skills
ソフトウェア開発者

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, domain doc layout, and issue-commit policy. Run once before first use of the other engineering skills.

2026-07-18
teach
その他の高等教育教員

Teach the user a new skill or concept, within this workspace.

2026-07-18
to-issues
プロジェクト管理専門家

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

2026-07-18
to-prd
プロジェクト管理専門家

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-18
triage
ソフトウェア開発者

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-07-18
writing-great-skills
その他コンピュータ職

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-18
klum-curate-issues
ソフトウェア開発者

Inventory, investigate, cluster, and provisionally classify KlumAST GitHub issues for release planning. Use for global issue sweeps, duplicate discovery, 4.0 scope analysis, or refreshing the persistent curation indexes without mutating GitHub issues.

2026-07-18
klum-grill-issue
ソフトウェア開発者

Conduct an evidence-led maintainer interview for a KlumAST issue or issue cluster. Use when curation leaves product, compatibility, architecture, canonical-issue, or release-placement decisions unresolved.

2026-07-18
klum-normalize-issues
ソフトウェア開発者

Turn confirmed KlumAST curation decisions into structured GitHub issue updates, duplicate closures, and obsolete-issue explanations. Use only after the maintainer has confirmed intent, disposition, and release placement.

2026-07-18
klum-review-release
ソフトウェア開発者

Reconcile KlumAST 4.0 issue curation against the repository, merged work, CI, ADRs, migration guidance, and release notes. Use for periodic release-scope reviews, API-freeze readiness, blocker analysis, and safe deferral recommendations.

2026-07-18
klum-implement-issue
ソフトウェア開発者

Implement one approved KlumAST issue or tracer-bullet slice with module-appropriate Spock coverage, Groovy 3/4/5 compatibility checks, and synchronized release-facing documentation. Use after issue intent and architectural decisions are settled.

2026-07-15
code-review
ソフトウェア品質保証アナリスト・テスター

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-15
klum-plan-design
ソフトウェア開発者

Convert a confirmed cross-cutting KlumAST issue cluster into an ADR decision and an implementation plan with tracer-bullet slices. Use when work spans modules, changes generated or public contracts, extends Builder-first architecture, or needs executable acceptance coverage before implementation.

2026-07-15
request-refactor-plan
ソフトウェア開発者

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

2026-07-15
tdd
ソフトウェア品質保証アナリスト・テスター

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-07-15
klum-map-architecture
ソフトウェア開発者

Map the KlumAST repository architecture into the persistent issue-curation architecture map. Use for the initial architecture study, after a major architectural change, or when later issue work exposes stale or missing architecture knowledge.

2026-07-14