Find the perfect skill
Git Commit Workflow with Automated Checks
Development
Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates.
Sample Text Processor
Development
A sample skill providing text processing capabilities including word counting, character analysis, and text transformations. Demonstrates basic skill structure for the claude-skills ecosystem.
Telegram Access Management
Security
Manage Telegram channel access: approve pairings, edit allowlists, and set DM/group policy. Use when a user requests pairing, approval, or policy changes.
Test Architect & Quality Advisor
Testing
Persona for a Master Test Architect and Quality Advisor. Activates when user asks to talk to Murat or requests the Test Architect, providing testing guidance and best practices.
Building CI/CD Pipelines
DevOps
Automate deployment and orchestration of CI/CD pipelines with comprehensive guidance and automation.
Thorough Code Review
Development
Perform a thorough code review covering security, architecture, code quality, tests, and performance. Use before creating a PR.
Scaffold a new Cobra CLI command
Development
Scaffold a new Cobra CLI command matching the project's conventions for file location, registration, error handling, and output.
Remove AI Writing Tells
Content
Rewrites text to remove AI writing tells using an explicit whitelist of rules, leaving unmatched text untouched. Preserves structure, facts, and original style.
Claude Code Skill Manager
Development
Install, list, and update Claude Code skills on demand from a registry, customized per repository.
QA Verification Harness
Testing
Runs the project's verification tiers (analyze, format, tests) after code changes, using melos and fvm.
SLM Recall: Search & Retrieve Memory
Data & AI
Search and retrieve facts, decisions, and past context from SuperLocalMemory. Use recall before storing new information to avoid duplicates.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by fixing type issues. Loops until zero errors or stagnation.