Plugin Claude Code
Agent settings configuring $schema, slug, displayName, shortDescription, category, tags.
Plugin Claude Code
Agent settings configuring $schema, slug, displayName, shortDescription, category, tags.
Plugin Claude Code
An agentic skills framework that makes AI assistants think like senior staff engineers. 31 skills, 28 commands, 9 agents.
Instructions file
Instructions for boparaiamrit/skills-by-amrit, covering skills by amrit, how it works, core principles, skill activation and anti-hallucination protocol.
Instructions file Gemini CLI
Instructions for boparaiamrit/skills-by-amrit, covering skills by amrit, how it works, core principles, skill activation and anti-hallucination protocol.
Agent
Scientific debugging agent — investigates issues using hypothesis-driven methodology with evidence chains, persistent state, and checkpoint handling.
Agent
Plan execution agent — implements tasks from plans with deviation protocol, checkpoint handling, context fidelity, mandatory file reads, and deterministic state tracking.
Agent
Bug fix implementation agent — implements targeted fixes based on investigation findings with minimal change footprint and comprehensive verification.
Agent
Bug investigation agent — systematically traces issues from symptoms to root cause through hypothesis generation, log analysis, and reproduction.
Agent
Codebase mapping agent — creates comprehensive structural maps including module boundaries, dependency graphs, architectural patterns, and complexity analysis.
Agent
Task breakdown and implementation planning agent — creates executable prompt plans with structured output, init command usage, task anatomy, wave assignment, and dependency-aware sequencing.
Agent
Deep codebase and domain research agent — gathers evidence, maps patterns, and builds context before planning or execution begins.
Agent
Code review agent — examines code changes for correctness, security, performance, patterns, and maintainability with structured, severity-based feedback.
Agent
Work verification and gap analysis agent — validates implementation against requirements using goal-backward analysis, checks each requirement against actual code, and generates structured VERIFICATION.md.
Command
Run a comprehensive audit of the codebase covering security, performance, architecture, and database.
Command
Create or verify named progress checkpoints with git snapshots and test status.
Command
Stage changes and create a well-formatted conventional commit.
Command
Switch context mode to change how the assistant behaves (dev, research, or review).
Command
Systematically debug an issue using structured diagnosis.
Command
Run a brutal, exhaustive, multi-pass audit of the entire product. 5 passes: build, routes, data flow, user flows, edge cases. No shortcuts. Creates actionable task list.
Command
Run pre-deployment safety checks.
Command
Capture user preferences and lock decisions BEFORE planning begins. Prevents replanning from misaligned assumptions.
Command
Generate or update documentation for the specified code.
Command
Execute an implementation plan with wave-based parallelization, deviation handling, checkpoints, and deterministic state tracking.
Command
Explain code with analogies, diagrams, and step-by-step walkthrough.