ok
Community@robertpelloni · West Bloomfield, Michigan, United States, Earth
Agent Skills by ok
Showing 34 vetted skills indexed across 1 GitHub repositories.
When Stuck - Problem-Solving Dispatch
Map stuck-type signals to predefined problem-solving techniques and execute end-to-end.
using-skills
Discover and execute skills by searching keywords or categories.
tracing-knowledge-lineages
Trace idea lineage through decision records and version history.
using-git-worktrees
Create isolated Git worktrees for parallel branch development.
dispatching-parallel-agents
Coordinate 3+ independent failure investigations by dispatching parallel agents.
executing-plans
Execute implementation plans in batches with review checkpoints and status tracking.
finishing-a-development-branch
Validate tests and execute merge, PR, or cleanup workflows for Git branches.
brainstorming
Refine rough ideas into fully formed software designs and implementation plans.
writing-plans
Generate execution-ready implementation plans with exact files, tests, and verification steps.
remembering-conversations
Search archived Claude Code conversations using semantic similarity and exact-text matching.
requesting-code-review
Dispatch code-reviewer to classify issues by severity and confirm merge readiness.
receiving-code-review
Process code-review feedback by verifying technical soundness and implementing changes one item at a time with tests.
subagent-driven-development
Dispatch fresh subagents for each task and enforce code reviews between tasks.
systematic-debugging
Enforce a four-phase root-cause debugging process for technical issues.
root-cause-tracing
Trace backward through call chains to identify original software error triggers.
verification-before-completion
Execute fresh verification commands and analyze outputs before asserting task completion.
defense-in-depth
Validate data across entry points, business logic, environment guards, and debug instrumentation.
sharing-skills
Contribute local skills to upstream repositories via branch workflows and gh CLI PRs.
testing-skills-with-subagents
Test skills with subagents under RED-GREEN-REFACTOR cycles to verify TDD discipline.
gardening-skills-wiki
Automate health checks for the Gardening Skills Wiki with bash-based validation.
writing-skills
Enforce test-driven documentation for creating and validating SKILL.md files.
pulling-updates-from-skills-repository
Sync local skills repository with upstream changes while preserving personal modifications.
when-stuck
Selects and applies problem-specific strategies to resolve task impasses.
simplification-cascades
Identify a unifying insight that eliminates multiple components.