CtrlK
BlogDocsLog inGet started
Tessl Logo

context-engineering-kit

github.com/NeoLabHQ/context-engineering-kit

Skill

Added

Review

write-tests

plugins/tdd/skills/write-tests/SKILL.md

Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.

42

test-driven-development

plugins/tdd/skills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

56

fix-tests

plugins/tdd/skills/fix-tests/SKILL.md

Systematically fix all failing tests after business logic changes or refactoring

51

plan-task

plugins/sdd/skills/plan-task/SKILL.md

Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task

37

implement-task

plugins/sdd/skills/implement-task/SKILL.md

Implement a task with automated LLM-as-Judge verification for critical steps

34

create-ideas

plugins/sdd/skills/create-ideas/SKILL.md

Generate ideas in one shot using creative sampling

28

brainstorm

plugins/sdd/skills/brainstorm/SKILL.md

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

53

add-task

plugins/sdd/skills/add-task/SKILL.md

creates draft task file in .specs/tasks/draft/ with original user intent

41

tree-of-thoughts

plugins/sadd/skills/tree-of-thoughts/SKILL.md

Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation

34

subagent-driven-development

plugins/sadd/skills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

60

multi-agent-patterns

plugins/sadd/skills/multi-agent-patterns/SKILL.md

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

45

launch-sub-agent

plugins/sadd/skills/launch-sub-agent/SKILL.md

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification

33

judge-with-debate

plugins/sadd/skills/judge-with-debate/SKILL.md

Evaluate solutions through multi-round debate between independent judges until consensus

45

judge

plugins/sadd/skills/judge/SKILL.md

Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation

33

do-in-steps

plugins/sadd/skills/do-in-steps/SKILL.md

Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification

27

do-in-parallel

plugins/sadd/skills/do-in-parallel/SKILL.md

Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge → LLM-as-a-judge verification

37

do-competitively

plugins/sadd/skills/do-competitively/SKILL.md

Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis

37

do-and-judge

plugins/sadd/skills/do-and-judge/SKILL.md

Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop

37

review-pr

plugins/review/skills/review-pr/SKILL.md

Comprehensive pull request review using specialized agents

40

review-local-changes

plugins/review/skills/review-local-changes/SKILL.md

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

43

reflect

plugins/reflexion/skills/reflect/SKILL.md

Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification

23

memorize

plugins/reflexion/skills/memorize/SKILL.md

Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering

26

critique

plugins/reflexion/skills/critique/SKILL.md

Comprehensive multi-perspective review using specialized judges with debate and consensus building

28

setup-serena-mcp

plugins/mcp/skills/setup-serena-mcp/SKILL.md

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities

38

setup-context7-mcp

plugins/mcp/skills/setup-context7-mcp/SKILL.md

Guide for setup Context7 MCP server to load documentation for specific technologies.

33