CtrlK
BlogDocsLog inGet started
Tessl Logo

context-engineering-kit

github.com/NeoLabHQ/context-engineering-kit

SkillAddedReview
write-tests

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

Add missing test coverage for your local code changes by generating new test files (covers uncommitted and untracked changes, or the latest commit if everything is committed). Use when you want write tests for new logic or increase test coverage.

57

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

64

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

58

implement-task

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

Implement a task with automated LLM-as-Judge verification per step

52

create-ideas

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

Generate ideas in one shot using creative sampling

56

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

60

add-task

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

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

56

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

58

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

62

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.

53

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

56

judge-with-debate

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

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

53

judge

plugins/sadd/skills/judge/SKILL.md

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

53

do-in-steps

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

Execute one complex task as ordered, dependent steps run sequentially, passing context from each step to the next, with per-step LLM-as-a-judge verification. Use when later steps depend on the results of earlier ones.

68

do-in-parallel

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

Run independent tasks concurrently across multiple files or targets using parallel sub-agents, with per-task model selection and LLM-as-a-judge verification. Use when tasks do not depend on each other and can run side by side.

62

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

47

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

53

review-pr

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

Review an existing GitHub pull request and post inline review comments on its diff. Use when the changes are on an opened PR rather than your local working tree.

64

review-local-changes

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

Review your local uncommitted working-tree changes (git diff plus untracked files) and return actionable improvement suggestions. Use before committing, when nothing has been pushed yet.

65

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

40

memorize

plugins/reflexion/skills/memorize/SKILL.md

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

50

critique

plugins/reflexion/skills/critique/SKILL.md

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

52

setup-serena-mcp

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

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

53

setup-context7-mcp

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

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

52