Code Scaffolder
by Echo Rose
Code Scaffolder - A Premium AI Agent Skill
Ship agent workflows in 30 seconds. Browse 2,000+ expert-built and security scanned skill -> Browse skills
THE AGENSI STORE
54 skills found
by Echo Rose
Code Scaffolder - A Premium AI Agent Skill
Catch typos, homophones, and near-miss misspellings across code, docs, and markdown, in a commit, your staged changes, a file, or a whole directory. Layers dictionary, phonetic (Soundex), and edit-distance checks with context-aware homonym rules to flag the their/there and its/it's a basic spellcheck sails right past.
Apply Clean Code and Clean Architecture standards to automate refactoring, reviews, and dependency management.
by Roy Yuen
Upgrade your AI agent with a senior-level engineering SOP focused on inspection, minimal diffs, and hard verification.
by Kevin Cline
Automated test generation with edge case analysis and framework-native syntax for TS, Python, Go, and Rust.
by Aman Garg
Three-pass automated code review that catches error handling gaps, structural issues, and naming problems — then auto-fixes everything before code reaches the user.
by Rian O'Leary
Automated risk classification and regression checking to stop AI agents from breaking your codebase.
by Alex Shi
The ultimate pre-commit checklist agent for cleaning code, updating docs, and validating repository state.
Audit codebases for structural debt, TODOs, and dependency rot to generate prioritized remediation reports.
by Timoranjes
Scan multi-language codebases for unused variables, orphaned functions, and unreachable code with severity ranking.
by Boubacar B
Claude defaults to complex. This skill does not let that happen. Before your session ships a 400-line solution to a 20-line problem, the simplicity filter stops it and asks: does this actually need to be this complex?
Adversarially audit your agent hooks before you trust them. Catches command injection, secret leakage, over-broad matchers, destructive actions, and blocking-logic mistakes in pre/post-tool-use, prompt, and stop hooks — with a PASS or REVISE verdict and severity-ranked fixes.
Generate professional pytest suites using behavior-driven matrices, AAA patterns, and resilient fixture architecture.
by Shogun Labs
Pre-commit security hooks: secret detection, destructive command prevention
by Shogun Labs
Project-specific Claude Code agent harness setup
Find the unit tests that pass without testing anything. Flags tests with no assertions, trivial existence-only checks (toBeDefined, assertIsNotNone), tests that assert the exact value they just mocked, snapshot-only tests, tautological assertions (expect(true).toBe(true)), empty placeholders, and over-mocked tests with more setup than assertions. Works on Jest/Vitest and pytest/unittest.
An adversarial senior engineer review gate that audits AI-written code for security gaps and logic errors before shipping.
An adversarial reviewer for AI-written code changes. It pressure-tests a pull request or diff for untested branches, silent behavior changes, missing edge cases, over-confident code that only looks right, and weak tests, then returns a PASS / REVISE / BLOCK verdict before the change merges.
Audit your frontend for accessibility violations before release — flags WCAG failures, gives prioritized fixes, and blocks the broken patterns that get sites sued.
The gap between 'the code works' and 'this branch is safe to merge' is where teams bleed quality
by Timoranjes
Senior-level Python code auditor for PEP 8, type safety, security vulnerabilities, and 3.10+ modernizations.
Generate a real test suite for any function, module, or file — meaningful edge cases, error paths, boundary conditions, and proper mocks, not happy-path stubs. Detects your project's framework and conventions, plans the cases deliberately before writing, and hands back runnable tests plus a summary of what's covered. Built to write the tests that actually catch bugs.
Design and write the eval suite for your LLM-powered feature — the metrics that match your failure modes, a golden dataset plan with starter cases, anchored rubrics, LLM-as-judge prompts with the known bias mitigations, and pass/fail gates wired for CI.
by SkillForge
Force your AI agent to apply senior-level architectural judgment and design notes before writing any code.