Find the perfect skill
Empirical Prompt Tuning
Development
Fetch and execute mizchi's empirical prompt tuning skill at runtime. Use to iteratively evaluate and refine agent-facing prompts.
Meta Skill Creator
Productivity
Meta-skill for creating, updating, and improving AI coding skills. It operates in a collaborative mode to clarify abstract requirements through dialogue and offers an orchestrate mode to delegate subtasks to different engines (Claude Code, Codex). Ideal for developing new skills or refining existing prompts through iterative feedback.
LeIndex-Code: Token-Efficient Code Analysis
Development
LeIndex-Code provides token-efficient code analysis via a 5-layer stack (AST, Call Graph, CFG, DFG, PDG), achieving 82% token savings in balanced mode with full semantic completeness for LLMs. It helps when you need to generate, refactor, or understand code while minimizing token usage in AI-assisted workflows.
Skill Lister
Development
Lists all AgenticDev skills installed in the project by scanning the .claude/skills/ directory. Extracts metadata from each skill's SKILL.md file, including name, description, and available scripts, and presents it in a readable or JSON format. Use this at the start of a session to discover which skills are available or when verifying the project's skill setup.
UX Design Critique
Development
Evaluates interface design effectiveness from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, and AI slop detection, with actionable feedback.
Docs-Code Consistency Checker
Documentation
Checks and maintains consistency between project docs and code. Supports incremental scanning (changed files only), custom rules, and completeness checks (dependencies, security, etc.). Useful for running on-demand within a change scope or performing a global audit.
Checkstyle Violations Fixer
Development
Check and fix Checkstyle violations in Java Maven projects using the maven-checkstyle-plugin and spring-javaformat. Auto-format then fix remaining issues with a Python script.
Humanizer: Remove AI Writing Patterns
Content
Identifies and removes common AI-generated writing patterns to make text sound more natural and human. Based on Wikipedia's 'Signs of AI writing' guide.
Humanizer - Remove AI Writing Patterns
Content
Identify and remove AI writing patterns like inflated symbolism, promotional language, -ing analyses, rule of three, etc. Make text sound natural and human.
Optimized Sequelize Enterprise Patterns
Development
Enforce high-performance, predictable, and safe Sequelize usage for large production schemas.
SQLite Query Performance Tuning
Data & AI
Specialized skill in SQLite query performance optimization. Diagnose slow queries and improve execution plans through EXPLAIN QUERY PLAN analysis, index strategies, and query rewriting.
brepjs-cad skill evaluation
Testing
Run a manual brepjs-cad skill evaluation in the Claude session and propose fixes, no API key. Implement or verify playground examples with blind-judge scoring.