Skip to main content
doodledood
GitHub 제작자 프로필

doodledood

5개 GitHub 저장소에서 수집된 125개 skills를 저장소 단위로 보여줍니다.

수집된 skills
125
저장소
5
업데이트
2026년 8월 11일
저장소 탐색

저장소와 대표 skills

auto
미분류

End-to-end autonomous execution: figure-out → define → do, chained without manual approval gates. Use when you want to define and execute without intervention during planning, when the user asks for autonomous or end-to-end work, says just build it, or asks…

2026년 8월 8일
babysit-pr
미분류

Author-side PR lifecycle babysitter and companion to review-pr. Use when the user wants to tend an existing GitHub PR through CI, review threads, description sync, mergeability, auto-fixes, or asks to babysit a PR with or without an existing manifest.

2026년 8월 8일
do
미분류

Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed…

2026년 8월 8일
define
미분류

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to…

2026년 8월 8일
done
미분류

Completion marker for the /do workflow. Outputs a plain-prose summary of what was built. Called by /do after every Acceptance Criterion and Global Invariant has fresh PASS evidence, when the manifest is complete, all criteria pass, or the workflow needs to…

2026년 8월 8일
escalate
미분류

Structured escalation when /do hits an unrecoverable blocker. Surfaces what was tried, why it failed, and what the user can decide. Called by /do when work is blocked, cannot proceed, hits an unrecoverable failure, needs a user decision, or gets stuck.

2026년 8월 8일
figure-out
미분류

Figure things out together — any topic, problem, or idea. Presses relentlessly until shared understanding is reached. Use when understanding is the deliverable rather than a preamble to acting, when figuring it out is the goal, or when the user asks to think…

2026년 8월 8일
next-ticket
미분류

Read the project's ticket store and name the single best ticket to work on now, with the reason. Use when picking up work, asking what's next, what should I work on, or pulling the next task or ticket from the backlog.

2026년 8월 8일
수집된 skill 50개 중 8개를 표시합니다.
define
미분류

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to…

2026년 8월 5일
do
미분류

Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed…

2026년 8월 5일
review-code
미분류

Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test quality, type safety, contracts, operational readiness, docs, prose value, change intent, or CLAUDE.md adherence. Loads exactly one dimension…

2026년 8월 5일
review-pr
소프트웨어 품질 보증 분석가·테스터

Autonomous PR review that posts high-signal, human-voiced comments under your account. Use when reviewing someone else's PR or your own manifest-driven PR, when you want a precision-tuned review you can walk away from, or when the user asks to review a PR,…

2026년 8월 5일
sync-tools
소프트웨어 개발자

Generate multi-CLI distribution packages from the Claude Code plugin. Converts shared skills and package assets for OpenCode, Codex CLI, and Pi under dist/. Run after changing plugin components to keep distributions in sync.

2026년 8월 5일
review-code
미분류

Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test quality, type safety, contracts, operational readiness, docs, prose value, change intent, or AGENTS.md adherence. Loads exactly one dimension…

2026년 8월 5일
define
미분류

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to…

2026년 8월 5일
do
미분류

Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed…

2026년 8월 5일
수집된 skill 37개 중 8개를 표시합니다.
explore-codebase
소프트웨어 개발자

Context-gathering for finding files to read. Maps codebase structure, returns overview + prioritized file list with line ranges. Thoroughness: quick for lookups, medium for bugs/features, thorough for multi-area, very-thorough for architecture audits.…

2026년 1월 20일
sync-from-vibe-workflow
소프트웨어 개발자

Sync skills from claude-code-plugins vibe-workflow to this codex-workflow repo. Adapts Claude Code features to Codex equivalents. Use when vibe-workflow has updates to sync.

2026년 1월 17일
bugfix
소프트웨어 개발자

Systematic bug investigation and fix workflow. Gathers symptoms, forms hypotheses, investigates root cause, implements fix, and verifies. Use for debugging, fixing errors, or troubleshooting. Triggers: debug, fix bug, troubleshoot, why is this broken.

2026년 1월 17일
review-agents-md-adherence
소프트웨어 품질 보증 분석가·테스터

Audit code compliance with AGENTS.md project guidelines. Checks adherence to project conventions, naming, patterns, and standards. Read-only analysis. Use before PR. Triggers: review agents.md adherence, check guidelines, project standards compliance.

2026년 1월 17일
review-bugs
소프트웨어 품질 보증 분석가·테스터

Audit code for bugs, logic errors, race conditions, and edge cases. Read-only analysis producing actionable report. Use before PR, after implementation, or when debugging. Triggers: review bugs, find bugs, check for errors, code review.

2026년 1월 17일
review-coverage
소프트웨어 품질 보증 분석가·테스터

Audit test coverage for code changes. Identifies untested logic and provides specific test recommendations. Read-only analysis. Use before PR or after implementation. Triggers: review coverage, check tests, test coverage, are tests adequate.

2026년 1월 17일
review-docs
소프트웨어 품질 보증 분석가·테스터

Audit documentation accuracy against code changes. Identifies stale docs, incorrect examples, and missing documentation. Read-only analysis. Use before PR or after implementation. Triggers: review docs, check documentation, docs up to date.

2026년 1월 17일
review-maintainability
소프트웨어 품질 보증 분석가·테스터

Audit code for DRY violations, dead code, complexity, and consistency issues. Read-only analysis with actionable recommendations. Use before PR or for code quality review. Triggers: review maintainability, code quality, DRY, refactor review.

2026년 1월 17일
수집된 skill 18개 중 8개를 표시합니다.
sync-manifest-dev
미분류

Sync the manifest-dev plugins from doodledood/manifest-dev into .claude/. Clones the source, copies agents/skills/hooks, removes only previously-synced items that disappeared upstream, and leaves other plugins alone. Pass --all to sync every repo in the fleet…

2026년 8월 11일
define
미분류

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to…

2026년 8월 11일
do
미분류

Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed…

2026년 8월 11일
next-ticket
미분류

Read the project's ticket store, name the single best ticket to work on now with the reason, and claim it so another session picking at the same time gets a different one. Use when picking up work, asking what's next, what should I work on, or pulling the…

2026년 8월 11일
review-code
미분류

Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test quality, type safety, contracts, operational readiness, docs, prose value, change intent, defect-class completeness after a fix, or CLAUDE.md…

2026년 8월 11일
review-pr
미분류

Autonomous PR review that posts high-signal, human-voiced comments under your account. Use when reviewing someone else's PR or your own manifest-driven PR, when you want a precision-tuned review you can walk away from, or when the user asks to review a PR,…

2026년 8월 11일
ticket-up
미분류

Turn a finished Manifest into self-sufficient tickets anyone can pick up — a teammate, an agent, or a future session, with or without manifest-dev. Emits one plain-prose ticket per Deliverable plus explicit dependency edges, into the project's own tracker,…

2026년 8월 11일
sync-pi-setup
미분류

Syncs the current local Pi setup back into this repo's portable setup templates. Use when the user says to sync, refresh, or update this repo from their installed Pi config, extensions, models, MCP template, or agent instructions.

2026년 8월 11일
수집된 skill 13개 중 8개를 표시합니다.
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다