EdanStarfire
@EdanStarfire
Public Skills
plan-manager
by EdanStarfire
File-based plan storage for the Planner/Builder workflow
approve_plan
by EdanStarfire
Approve a plan and spawn a Builder to implement it
approve_issue
by EdanStarfire
Approve completed issue work, merge PR, and clean up resources
status_workers
by EdanStarfire
Show status of all active issue workers and their progress
plan_issue
by EdanStarfire
Start planning phase for an issue by spawning a Planner minion
codebase-explorer
by EdanStarfire
Identify relevant files, understand architecture patterns, and find code by functionality. Use when you need to understand where specific functionality lives or find files related to a feature area.
git-branch-manager
by EdanStarfire
Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
git-commit-composer
by EdanStarfire
Create well-formatted semantic commit messages following project conventions. Use when committing changes to ensure consistent, descriptive commit history.
git-state-validator
by EdanStarfire
Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating branch state.
github-authenticator
by EdanStarfire
Verify and troubleshoot GitHub CLI authentication. Use when gh commands fail with auth errors or when setting up GitHub integration for the first time.
github-issue-reader
by EdanStarfire
Fetch and analyze GitHub issue details including comments, metadata, and discussion context. Use when user mentions issue numbers, URLs, or you need to understand implementation requirements from a GitHub issue.
git-sync
by EdanStarfire
Synchronize local default branch with remote, ensuring up-to-date base for worktrees.
github-issue-creator
by EdanStarfire
Create well-structured GitHub issues focused on user problems and outcomes, not implementation. Use when user reports bugs or requests features to ensure clear, testable requirements without premature implementation details.
github-pr-manager
by EdanStarfire
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
worktree-manager
by EdanStarfire
Manage git worktrees for isolated issue work. Create, list, and remove worktrees safely.
process-manager
by EdanStarfire
Safely start, monitor, and stop processes by PID. Use when managing background servers, finding running processes, or ensuring clean process termination.
custom-local-skills-guidance
by EdanStarfire
Guide to the 6 custom injection points available for extending dev-setup workflows with project-specific behavior.