nia
01nozomio-labs/nia-rules-for-agents
Agent Claude Code
Expert research agent for Nia's knowledge tools. Use for discovering repos/docs, deep technical research, remote codebase exploration, and cross-agent knowledge handoffs.
32 tagged context, measured the same way as everything else here.
Browse within: ai-planning 7ai-testing-best-practices 7Autonomous Agents 6agentic-coding 6agentic-engineering 6ai-assistant 5framework 5
nozomio-labs/nia-rules-for-agents
Agent Claude Code
Expert research agent for Nia's knowledge tools. Use for discovering repos/docs, deep technical research, remote codebase exploration, and cross-agent knowledge handoffs.
Agent Codex
Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.
Agent Codex
Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations. Especially important for any change that touches secrets, the Gemini API, or GitHub token handling.
Agent Codex
QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality. Familiar with GitScape's pytest + FastAPI TestClient setup.
Agent
Fresh-context adversarial reviewer for a freshly-authored .claude/ artifact (skill, hook, or agent). Dispatched by /author's design-review gate after fill, before verify. Attacks the artifact's DESIGN — wrong step graph, missing gate, prose describing a deterministic step, a description that will never fire, unhandled…
Agent
Fresh-context adversarial reviewer — catches blind spots hot-context self-review cannot. Dispatched by /implement-audit skill for the core review work. Input is a curated brief (commit SHA range, changed-files list, project context, optional SPEC). Output is triaged findings (must-fix / should-fix / nit) in a…
Agent
Fresh-context reviewer that checks whether a SPEC's interpretation matches the user's verbatim ask. Reads ONLY the user's literal words + the SPEC's Behavior section — nothing else. Flags interpretation drift (e.g., user said "function", SPEC describes "deployed service"). Dispatch it after writing a SPEC, before it…
Agent
Use proactively during /fp:init to perform Phase 1 (Discovery) of the first-plan plugin. Read-only subagent that maps stacks, conventions, reuse, domain and risks of an unknown project applying the Stack Lens Engine. Returns structured findings to be written to .first-plan/. Do NOT use for execution or modifications …
Agent
Use proactively during /fp:init to extract code patterns with confidence scoring. Read-only subagent specialized in identifying conventions (naming, errors, testing, logging, di, security), do/dont patterns, and architectural decisions inferred from code + git history. Each pattern returned with concrete code example…
Agent
Use proactively after /fp:execute to verify the implementation works. Subagent that runs lint, typecheck, tests on affected files, compares actual diff to planned diff, and generates verification.md report. Detects regressions and broken builds before reporting success. Read-only on .first-plan/ but can run project's…
hesreallyhim/really-claude-code
Agent
Agent and skill catalog searcher for squad formation. Reads catalog paths from a user-level config and searches them for existing agents and skills that match capability gaps identified by the skill-identifier. Use when a squad-leader needs to check whether existing agents/skills cover the gaps in a SKILL ANALYSIS…
hesreallyhim/really-claude-code
Agent
Coordinator and facilitator for complex tasks within a multi-agent team (squad). Acts as the main communication channel between the squad and the team lead (main Claude), requests new worker spawns as necessary, and helps to keep the squad on course and track progress. Use when faced with a complex task with no…
hesreallyhim/really-claude-code
Agent
Designs optimal multi-agent team configurations for any software engineering situation. Analyzes the problem's traits (complexity, urgency, domain, risk), selects the best team pattern, defines agent roles, designs task dependency graphs, and recommends a communication topology. This agent should be used when users…
Agent Claude Code
Use this agent when the user requests implementation of design documents or specifications that can be broken down into independent, parallelizable work units. This includes scenarios like:\n\n \nContext: User has completed Phase 1 planning for contextgit and wants to begin implementation.\nuser: "Let's start…
Agent
Automatically extract and save important information from conversations to ContextFS.
Agent
Per-tool agent memory is a private scratchpad of point-in-time .md snapshots; the public shared KB is the durable form.