NeoLabHQ@Context Engineering Kit
NeoLabHQ@Context Engineering Kit from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
46- ▌
- ▌ Decay · neolabhqManage evidence freshness by identifying stale decisions and providing governance actions
- ▌ Query · neolabhqSearch the FPF knowledge base and display hypothesis details with assurance information
- ▌
- ▌
- ▌
- ▌ Memorize · neolabhqCurates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering
- ▌
- ▌ Build MCP · neolabhqGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
- ▌ Fix Tests · neolabhqSystematically fix all failing tests after business logic changes or refactoring
- ▌ Git Notes · neolabhqUse 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.
- ▌ Plan Task · neolabhqRefine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases
- ▌ Test Skill · neolabhqUse 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
- ▌ Create Rule · neolabhqUse 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.
- ▌ Do In Steps · neolabhqExecute 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.
- ▌
- ▌ Test Prompt · neolabhqUse 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
- ▌ Write Tests · neolabhqAdd 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.
- ▌
- ▌ Do And Judge · neolabhqExecute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop
- ▌
- ▌ Git Worktrees · neolabhqUse 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.
- ▌ Test Coverage · neolabhqUse after writing tests to assess coverage quality across structural, mutation, requirements, and API/integration dimensions; organized knowledge for choosing and interpreting coverage analyses.
- ▌ Implement Task · neolabhqImplement a task step by step with automated LLM-as-Judge verification at the end of each phase
- ▌ Traiage Review · neolabhqThis skill should be used when need prioritize what changed code in repository human must review.
- ▌ Analyse Problem · neolabhqComprehensive A3 one-page problem analysis with root cause and action plan
- ▌
- ▌ Write Concisely · neolabhqApply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.
- ▌ Cause And Effect · neolabhqSystematic Fishbone analysis exploring problem causes across six categories
- ▌ Do Competitively · neolabhqExecute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis
- ▌ Launch Sub Agent · neolabhqLaunch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification
- ▌ Load Pr Comments · neolabhqUse to load open/unresolved PR review comments then aggregate them as tasks in .specs/comments/*.md for parallel agents to fix.
- ▌ Setup Serena MCP · neolabhqGuide for setup Serena MCP server for semantic code retrieval and editing capabilities
- ▌ Tree Of Thoughts · neolabhqExecute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation
- ▌ Judge With Debate · gabrielmoreiraEvaluate solutions through multi-round debate between independent judges until consensus
- ▌ Plan Do Check Act · gabrielmoreiraIterative PDCA cycle for systematic experimentation and continuous improvement
- ▌ Setup Codemap CLI · gabrielmoreiraGuide for setup Codemap CLI for intelligent codebase visualization and navigation
- ▌ Propose Hypotheses · gabrielmoreiraExecute complete FPF cycle from hypothesis generation to decision
- ▌ Setup Context7 MCP · gabrielmoreiraGuide for setup Context7 MCP server to load documentation for specific technologies.
- ▌ Attach Review To Pr · gabrielmoreiraAdd line-specific review comments to pull requests using GitHub CLI API
- ▌ Multi Agent Patterns · gabrielmoreiraDesign 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.
- ▌ Review Local Changes · gabrielmoreiraReview 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.
- ▌ Create Workflow Command · gabrielmoreiraCreate a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts
- ▌ Design Testing Strategy · gabrielmoreiraUse before writing any type of tests. Distills 14 industry sources into deterministic decision gates, schemas, and worked test examples.
- ▌ Resolve Fixed Pr Comments · gabrielmoreiraVerify 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.
- ▌ Apply Anthropic Skill Best Practices · gabrielmoreiraComprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure