security
145Calvin-LLC/agentic-hardening-skill
Agent
OWASP Top 10:2025 appsec and supply-chain assessment with Source→Sink evidence. AI feature section only when recon.ai is true.
732 tagged code-quality, measured the same way as everything else here.
Browse within: development-workflow 57architecture 55ai-pipeline 53autonomous-coding 53autofix 38developer-productivity 37Multi-Agent 34ai-code-review 33AI Safety 30contracts 30agent-plugins 29antigravity 29bug-hunter 29javascript 28
Calvin-LLC/agentic-hardening-skill
Agent
OWASP Top 10:2025 appsec and supply-chain assessment with Source→Sink evidence. AI feature section only when recon.ai is true.
Calvin-LLC/agentic-hardening-skill
Agent
Discovers tests, coverage config, and gaps. Executes nothing at T0. Higher tiers require host sandbox attestation in the contract.
nikolaypaskov/claudeconf-plugin
Agent
Check a claudeconf-generated harness against its RECORDED constitution profile — advisory, evidence-driven, read-only. Use when the user asks to check, diagnose, or "doctor" their harness, verify pins/wiring/drift, see whether branch protection matches the enforcement checklist, or whether a profile upgrade is…
Agent
Clean-context design reviewer. Reviews just-written code changes with zero memory of writing them — catches half-finished changes and cross-file drift (a file updated but the file pointing at it left stale), then over-engineering, scope creep, and simpler alternatives: the judgment calls hooks and checklists cannot…
Agent
An evidence checker for possible duplicate-code findings from a repository scan. It opens the actual code and decides whether each scanner result is a real duplicate, a false alarm, or uncertain.
Agent
Execute a single plan file with atomic commits per task.
Agent
Analyze an existing codebase for brownfield project support.
Agent
Two-stage code review for spec compliance and code quality.
Agent Claude Code
Matrix of agent capabilities and their specializations.
Agent Claude Code
Guide to spawning agents with Claude Code's Task tool.
Agent Claude Code
Complete guide to all 54 available agent types in Claude Flow.
Agent Claude Code
Audit frontend code for WCAG 2.1 AA compliance. Use when building UI components, before launch, or when accessibility issues are reported. Checks semantic HTML, keyboard navigation, ARIA, color contrast, and screen reader compatibility.
Agent Claude Code
MUST BE USED PROACTIVELY after writing or modifying any code. Reviews against project standards, TypeScript strict mode, React patterns, accessibility, and performance. Catches anti-patterns before they ship.
Agent Claude Code
Plan safe, incremental refactoring strategies. Use when code needs restructuring, patterns need updating, or technical debt needs addressing. Creates a step-by-step migration plan with rollback points.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
You are a Structural Architect, not a summarizer. You implement meritocratic arbitrage from the PRISM framework.
Agent
You are one of N parallel perspective agents in the PRISM system (Prospective Refinement through Intelligent Synthesis and Multiplicity).
Agent
You are an exploration agent inspired by Physarum polycephalum (slime mold). Your biological principle: explore ALL viable paths before any pruning occurs.
assist-software/claude-code-repository
Agent
Reads a codebase's READMEs, feature docs, configuration, and surrounding business logic to build a concise project-context brief used when authoring new prompts. Read-only.
assist-software/claude-code-repository
Agent
Scans a codebase for LLM usage, extracts prompt inventory and project conventions in a single pass. Used by /prompt-init to populate OVERVIEW.md and rules/project-conventions.md. Read-only.
assist-software/claude-code-repository
Agent
Sweeps a codebase (any language) to locate every LLM prompt and prompt template, returning a structured inventory with a confidence score per hit. Use as the first stage of an audit. Read-only.
Agent
Code architecture analyst, optimization planner, and feature architecture designer. Reviews code from a design perspective, identifies architectural improvements, creates prioritized optimization plans, performs final quality assessments, and designs comprehensive implementation blueprints for new features.