Back to authors
neolabhq

neolabhq

68 Skills published on GitHub.

root-cause-tracing

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

UncategorizedView skill →

setup-arxiv-mcp

Guide for setup arXiv paper search MCP server using Docker MCP

UncategorizedView skill →

setup-codemap-cli

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

UncategorizedView skill →

setup-context7-mcp

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

UncategorizedView skill →

setup-serena-mcp

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

UncategorizedView skill →

status

Display the current state of the FPF knowledge base

UncategorizedView skill →

subagent-driven-development

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

UncategorizedView skill →

test-coverage

Use after writing tests to assess coverage quality across structural, mutation, requirements, and API/integration dimensions; organized knowledge for choosing and interpreting coverage analyses.

UncategorizedView skill →

test-driven-development

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

UncategorizedView skill →

test-prompt

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

UncategorizedView skill →

test-skill

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

UncategorizedView skill →

thought-based-reasoning

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns

UncategorizedView skill →

traiage-review

This skill should be used when need prioritize what changed code in repository human must review.

UncategorizedView skill →

tree-of-thoughts

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

UncategorizedView skill →

update-docs

Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.

UncategorizedView skill →

why

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals

UncategorizedView skill →

write-concisely

Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.

UncategorizedView skill →

write-tests

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.

UncategorizedView skill →

Page 2 of 2 · 68 results