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

daneel

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

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

이 저장소의 skills

executing-plans
소프트웨어 개발자

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-03-27
github-admin
소프트웨어 개발자

Runs the Daneel GitHub admin CLI for labels, milestones, project board sync, issues, pull requests, releases, and review threads against the GitHub REST and GraphQL APIs. Use when the user or workflow needs GitHub repository or project maintenance, creating or updating PRs and issues (including bodies from files), syncing labels or milestones, posting verification comments, or any task matching the commands in this skill's reference.

2026-03-27
project-management
소프트웨어 개발자

Updates project tracking whenever a task transitions lifecycle state (started, blocked, ready-for-merge, done). Receives task context from the calling workflow, resolves the associated work item if one exists, then updates its status and posts a comment. Exits gracefully when no work item is found. Depends on the github-admin skill for GitHub operations.

2026-03-27
refactoring
소프트웨어 개발자

Use proactively at the end of each implementation slice when project workflow requires it, or when a user asks to refactor, simplify, clean up, or restructure code while preserving behavior. Do not wait for an explicit user request if the workflow already mandates a post-implementation pass (features and bug fixes). Applies Martin Fowler style refactoring discipline and points to one reference file per refactoring from the official catalog.

2026-03-26
subagent-driven-development
소프트웨어 개발자

Use when executing implementation plans with independent tasks in the current session; requires a refactoring skill pass at the end of each implementation slice (features and bug fixes) before the next review gate

2026-03-26
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Use when implementing any feature or bugfix, before writing implementation code

2026-03-26
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs or MRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-03-26
brainstorming
프로젝트 관리 전문가

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-03-26
dispatching-parallel-agents
소프트웨어 개발자

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-03-26
receiving-code-review
소프트웨어 품질 보증 분석가·테스터

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-03-26
requesting-code-review
소프트웨어 품질 보증 분석가·테스터

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-03-26
systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-03-26
using-git-worktrees
소프트웨어 개발자

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-03-26
writing-plans
소프트웨어 개발자

Use when you have a spec or requirements for a multi-step task, before touching code

2026-03-26