Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

klum-ast

klum-ast에는 klum-dsl에서 수집한 skills 30개가 있으며, 저장소 수준 직업 범위와 사이트 내 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