From autonomous-agent
Defines code quality benchmarks, standards compliance, and best practices for Python (PEP8, type hints) and JavaScript/TypeScript (ESLint, Prettier), with quality scoring and components like tests and documentation. Use for validating codebases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autonomous-agent:quality-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides standards and benchmarks for code quality including linting rules, formatting standards, naming conventions, and quality thresholds across programming languages.
This skill provides standards and benchmarks for code quality including linting rules, formatting standards, naming conventions, and quality thresholds across programming languages.
Use when validating code quality, enforcing standards, or setting quality benchmarks for projects.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentGuides code quality via linting (ESLint, Prettier), static analysis, refactoring, naming, documentation, and JS/TS best practices with metrics and tool setup.
Define and enforce coding standards that reduce cognitive load, prevent bugs, and make code maintainable. Use when establishing style guides or linting rules.
Assesses code maintainability using 5 qualities (cohesion, coupling, encapsulation, testability, non-redundancy) with scoring rubrics across languages at method/class/module levels. Generates markdown reports with remediation guidance.