All authors
NeoLabHQ avatar

Claude Skills by NeoLabHQ

github.com/NeoLabHQ
203 skillsA× 197B× 3F× 30 installs33 views
Setup Arxiv McpA

Guide for setup arXiv paper search MCP server using Docker MCP

ai-agentsgodocker
0
1,676
Setup Codemap CliA

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

ai-agentsgoswift
0
1,676
Setup Context7 McpA

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

ai-agentsgogit
0
1,676
Setup Serena McpA

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

ai-agentsgotesting
0
1,676
StatusA

Display the current state of the FPF knowledge base

ai-agents
0
1,676
Subagent Driven DevelopmentA

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

ai-agentstypescriptgo
0
1,676
Test CoverageA

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

ai-agentstypescriptpython
0
1,676
Test Driven DevelopmentA

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

ai-agentstypescriptrust
0
1,676
Test PromptA

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

ai-agentsgobash
0
1,676
Test SkillA

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

ai-agentsgotesting
0
1,676
Thought Based ReasoningA

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

ai-agentspythongo
0
1,676
Traiage ReviewA

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

ai-agentspythongo
0
1,676
Tree Of ThoughtsA

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

ai-agentsrustgo
0
1,676
Update DocsA

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

ai-agentstypescriptgo
0
1,676
WhyA

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals

ai-agentstypescriptdocker
0
1,676
Write ConciselyA

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

ai-agentsrustgo
0
1,676
Write TestsA

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.

ai-agentsgotesting
0
1,676
Customaize AgentA

Guide for creating effective skills using a TDD-based approach. This command treats skill creation as Test-Driven Development applied to process documentation. - Purpose - Create reusable skills that extend Claude's capabilities - Output - Complete skill directory with SKILL.md and optional resources ```bash /create-skill ["skill name"] ```

ai-agentsbashtesting
0
1,676
Customaize AgentA

Verify skills work under pressure and resist rationalization using the RED-GREEN-REFACTOR cycle. Critical for discipline-enforcing skills. - Purpose - Test skill effectiveness with pressure scenarios - Output - Verification report with rationalization table ```bash /test-skill ["skill path or name"] ```

ai-agentsgobash
0
1,676
Agent EvaluationA

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

ai-agentspythonrust
0
1,676
Apply Anthropic Skill Best PracticesA

Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure

ai-agentspythongo
0
1,676
Context EngineeringA

Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts.

ai-agentstypescriptpython
0
1,676
Create AgentA

Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns

ai-agentsgobash
0
1,676
Create CommandA

Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration

ai-agentsgobash
0
1,676
Create HookF

Create and configure git hooks with intelligent project analysis, suggestions, and automated testing

ai-agentstypescriptpython
0
1,676
Create RuleA

Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say "You absolutly right, I should have done it differently." -> need create rule for this issue so it not appears again.

ai-agentstypescriptrust
0
1,676
Create SkillA

Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

ai-agentsjavascripttypescript
0
1,676
Create Workflow CommandA

Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts

ai-agentsgobash
0
1,676
Prompt EngineeringA

Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.

ai-agentspythonrust
0
1,676
Test PromptA

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

ai-agentsgobash
0
1,676
Test SkillA

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

ai-agentsgotesting
0
1,676
Thought Based ReasoningA

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

ai-agentspythongo
0
1,676
Update DocsA

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

ai-agentstypescriptgo
0
1,676
Write ConciselyA

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

ai-agentsrustgo
0
1,676
ActualizeA

Reconcile the project's FPF state with recent repository changes

ai-agentsgobash
0
1,676
DecayA

Manage evidence freshness by identifying stale decisions and providing governance actions

ai-agentsgobash
0
1,676
Propose HypothesesA

Execute complete FPF cycle from hypothesis generation to decision

ai-agentsrustbash
0
1,676
QueryA

Search the FPF knowledge base and display hypothesis details with assurance information

ai-agentsapi
0
1,676
ResetA

Reset the FPF reasoning cycle to start fresh

ai-agentsbash
0
1,676
StatusA

Display the current state of the FPF knowledge base

ai-agents
0
1,676
Analyze IssueA

Analyze a GitHub issue and create a detailed technical specification

ai-agentsbashsql
0
1,676
Attach Review To PrA

Add line-specific review comments to pull requests using GitHub CLI API

ai-agentstypescriptgo
0
1,676
CommitA

Create well-formatted commits with conventional commit messages and emoji

ai-agentsgobash
0
1,676
Create PrA

Create pull requests using GitHub CLI with proper templates and formatting

ai-agentsbashgit
0
1,676
Git NotesA

Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.

ai-agentsgobash
0
1,676
Git WorktreesB

Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.

ai-agentspythonrust
0
1,676
Load IssuesA

Load all open issues from GitHub and save them as markdown files

ai-agentsbashsql
0
1,676
Load Pr CommentsA

Use to load open/unresolved PR review comments then aggregate them as tasks in .specs/comments/*.md for parallel agents to fix.

ai-agentsbashnode
0
1,676
Resolve Fixed Pr CommentsA

Verify what PR review comments have been addressed (committed/pushed OR uncommitted local changes) and resolve the threads that are genuinely fixed or no longer relevant.

ai-agentsbashnode
0
1,676
Analyse ProblemA

Comprehensive A3 one-page problem analysis with root cause and action plan

ai-agentsgosql
0
1,676