CtrlK
BlogDocsLog inGet started
Tessl Logo

skills-agents

github.com/roman01la/skills-agents

Skill

Added

Review

writing-skills

skills/writing-skills/SKILL.md

Use when creating new skills, editing existing skills, or verifying skills work before deployment

55

writing-plans

skills/writing-plans/SKILL.md

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

49

verification-before-completion

skills/verification-before-completion/SKILL.md

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

85

1.22x
using-superpowers

skills/using-superpowers/SKILL.md

Use when starting any conversation - routes work through the correct worker agents before any task action, requiring explicit worker selection and visible compliance

41

test-driven-development

skills/test-driven-development/SKILL.md

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

40

systematic-debugging

skills/systematic-debugging/SKILL.md

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

35

subagent-driven-development

skills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

45

requesting-code-review

skills/requesting-code-review/SKILL.md

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

56

1.29x
receiving-code-review

skills/receiving-code-review/SKILL.md

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

75

1.34x
finishing-a-development-branch

skills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

91

1.92x
find-bugs

skills/find-bugs/SKILL.md

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

100

1.28x
executing-plans

skills/executing-plans/SKILL.md

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

25

0.75x
parallel-agents

skills/dispatching-parallel-agents/SKILL.md

Coordinates parallel subagent dispatch to solve multiple independent problems concurrently, with structured prompts and conflict-free integration. Use when there are 2+ independent failures, bugs, tasks, or investigations that do not share state -- e.g. multiple test files failing for different reasons, unrelated subsystems broken, or batch tasks that can run simultaneously. DO NOT TRIGGER when failures are related, require shared context, or agents would edit the same files.

code-simplifier

skills/code-simplifier/SKILL.md

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.

76

1.18x
brainstorming

skills/brainstorming/SKILL.md

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.

74

1.44x