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

dna

dna에는 panbanda에서 수집한 skills 17개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
17
Stars
1
업데이트
2026-03-16
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

edit-dna
기술 작가

Interactive conversation for deliberate truth changes. Acts as a truth guardian that searches DNA, surfaces conflicts, debates proposals, and only applies changes with explicit human reasoning. Use via text or voice mode in Claude Code.

2026-03-16
composing-specifications
프로젝트 관리 전문가

Assembles DNA truth artifacts into a self-contained specification that an autonomous agent can execute against without further human guidance. Use when handing off a well-defined deliverable to an agent for extended autonomous execution.

2026-03-08
planning-with-truth
소프트웨어 개발자

Consults DNA truth artifacts during task planning to understand system identity before designing an implementation approach. Use at the start of any non-trivial task before choosing an architecture or decomposing work into steps. Searches for intents, contracts, and constraints that shape the solution space.

2026-03-08
writing-escalations
소프트웨어 개발자

Creates escalation artifacts that define when an agent should stop autonomous work and involve a human. Use when encoding decision boundaries for agent autonomy -- the guard rails on what agents can decide alone.

2026-03-08
writing-tradeoffs
프로젝트 관리 전문가

Creates tradeoff artifacts that encode which concern wins when competing concerns clash. Use when two valid goals, constraints, or intents conflict and agents need to know which to prioritize.

2026-03-08
capturing-artifacts
소프트웨어 개발자

Stores truth artifacts in DNA with correct kind, format, metadata, and semantic context. Use when codifying decisions, contracts, intents, or constraints that should persist across code changes, team transitions, and framework evolutions.

2026-03-08
validating-approach
소프트웨어 개발자

Validates a proposed implementation plan against DNA truth artifacts to catch conflicts before any code is written. Use after forming an approach but before beginning implementation. Checks contracts, constraints, and evaluations against each planned step.

2026-03-08
managing-labels
파일 사무원

Registers and organizes label keys in DNA. Use when adding new metadata dimensions for filtering artifacts, or when setting up a new project with custom label keys.

2026-02-05
searching-artifacts
소프트웨어 개발자

Performs semantic and filtered searches across DNA truth artifacts. Use when looking for relevant decisions, constraints, or contracts before implementing features, resolving ambiguity, or understanding why something works the way it does.

2026-02-05
writing-algorithms
소프트웨어 개발자

Creates algorithm artifacts that describe computation logic without binding to a specific implementation. Use when codifying formulas, pricing rules, scoring logic, or any computation where the logic itself is the truth, independent of the code that implements it.

2026-02-05
writing-constraints
소프트웨어 개발자

Creates constraint artifacts that set hard limits on what is acceptable -- performance bounds, security requirements, architectural boundaries. Use when establishing guardrails that must not be violated regardless of implementation approach.

2026-02-05
writing-contracts
소프트웨어 개발자

Creates contract artifacts that define boundaries between components -- what they promise, what they expect, and what they explicitly exclude. Use when establishing or documenting how services, modules, or systems interact.

2026-02-05
writing-evaluations
소프트웨어 품질 보증 분석가·테스터

Creates evaluation artifacts that define what success means with testable criteria. Use when establishing acceptance criteria, invariants, or verification benchmarks that determine whether an implementation is correct.

2026-02-05
writing-intents
소프트웨어 개발자

Creates intent artifacts that capture WHY a system works the way it does. Use when codifying a decision about system behavior, a business rule, or a design principle that should survive code changes and framework evolutions.

2026-02-05
checking-truth
소프트웨어 개발자

Queries DNA truth artifacts before modifying a specific file or component. Use before any code change to verify it does not conflict with established intents, contracts, or constraints. Lighter-weight than full plan validation -- operates at the individual change level.

2026-02-05
managing-kinds
소프트웨어 개발자

Registers and organizes custom artifact kinds in DNA. Use when the built-in template kinds do not cover a domain concept, or when setting up a new project with custom truth categories.

2026-02-05
reviewing-compliance
소프트웨어 품질 보증 분석가·테스터

Reviews current code or proposed changes against stored DNA truth artifacts to identify violations, drift, and uncovered areas. Use after implementation to verify alignment with intents, contracts, and constraints, or during audits to assess truth coverage.

2026-02-05