Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
code-patterns
Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill).
majiayu000/claude-skill-registry 163
-
learning-tech-selection
tech-selection for learning technology evaluation and implementation.
majiayu000/claude-skill-registry 163
-
creating-mermaid-flowcharts
Use when creating or editing Mermaid flowchart diagrams, encountering parse errors, or unsure about node shapes, connection syntax, or styling - provides syntax guardrails using modern shape syntax for Obsidian-compatible diagrams
majiayu000/claude-skill-registry 163
-
git-advanced
Advanced Git operations and workflows including interactive rebasing, conflict resolution, history manipulation, bisecting for bugs, cherry-picking, reflog recovery, and branch management strategies. Use for: (1) Interactive rebasing and commit cleanup, (2) Complex merge conflict resolution, (3) Git bisect for bug hunting, (4) History rewriting and cleanup, (5) Branch strategy implementation (Git Flow, trunk-based), (6) Recovering lost commits with reflog
majiayu000/claude-skill-registry 163
-
arcanea-bestiary-nav
Navigate creative blocks using the Arcanean Bestiary - a taxonomy of psychological obstacles every creator faces, with naming rituals and navigation protocols for each creature type
majiayu000/claude-skill-registry 163
-
kiss-principle
Keep It Simple, Stupid - evita complejidad innecesaria. Use cuando diseñe interfaces, arquitectura, o tome decisiones que afecten la simplicidad del sistema.
majiayu000/claude-skill-registry 163
-
convex-ents
Use when working with Convex Ents (relational database layer on top of Convex) - provides ergonomic patterns for querying related documents, defining edges and relationships, default values, and collocation of authorization rules
majiayu000/claude-skill-registry 163
-
twinmind-data-handling
Handle data privacy, GDPR compliance, and data retention for TwinMind.
Use when implementing data protection, handling user data requests,
or ensuring compliance with privacy regulations.
Trigger with phrases like "twinmind GDPR", "twinmind data privacy",
"twinmind data retention", "twinmind user data", "twinmind compliance".
majiayu000/claude-skill-registry 163
-
minion-sweep
PROACTIVELY USE when user asks to add docstrings/types across multiple files or a directory. Delegates bulk grunt work to local LLMs — saves cloud tokens. Two phases: discover, then apply. Use instead of manually editing many files. Files must be <500 lines each.
majiayu000/claude-skill-registry 163
-
web-app-builder
Build and deploy web apps to the cloud. Supports React, Vue, Astro, Next.js (static), vanilla HTML/CSS/JS, and serverless functions. Sites deploy to *.rebyte.pro with automatic SSL. Use when user asks to "deploy", "publish", "host", or make their app "live". Triggers include "deploy my app", "make it live", "publish site", "host my app", "deploy website", "put it online".
majiayu000/claude-skill-registry 163
-
spool-tasks
Use Spool tasks CLI to manage tasks.md (status/next/start/complete/shelve/add).
majiayu000/claude-skill-registry 163
-
design-review
Review and analyze design docs for health, quality, and improvement opportunities. Use when auditing design documentation, checking doc health, or identifying areas for improvement.
majiayu000/claude-skill-registry 163
-
cheapskate
Cheapskate Skill
majiayu000/claude-skill-registry 163
-
meeting-synthesizer
Processes meeting notes or transcripts to extract structured information.
Use after meetings to quickly generate action items, capture decisions, and create follow-up tasks.
Extracts: action items with owners, decisions made, key discussion points, follow-up tasks with priorities.
majiayu000/claude-skill-registry 163
-
ml-model-deployment
Serve models with A/B testing, monitoring, retraining.
majiayu000/claude-skill-registry 163
-
summarizer
majiayu000/claude-skill-registry 163
-
crash-recovery
Invoke CRASH_RECOVERY_SPECIALIST for session recovery after crashes or context loss. Creates checkpoints, reconstructs state, and generates handoff notes for seamless recovery.
majiayu000/claude-skill-registry 163
-
telecom-licensing-expert
Expert in telecommunications licensing agreements that grant telecom carriers (phone, internet, cable companies) access to install equipment in commercial buildings. Use when building owner is negotiating with telecom providers, reviewing carrier access rights, structuring equipment room licenses, analyzing riser and conduit rights, evaluating CRTC (Canadian Radio-television and Telecommunications Commission) compliance requirements, negotiating license fees and revenue sharing, or managing multiple competing carriers in one building. Key terms include telecommunications license, carrier access, equipment installation, riser rights, conduit rights, CRTC compliance, co-location, license vs lease, non-exclusive license, main distribution frame, telecom service provider
majiayu000/claude-skill-registry 163
-
faion-development
Development orchestrator: Python, JS/TS, backend languages, DevOps, documentation. Merges dev-django + dev-ui-design + dev-docs. 68 methodologies.
majiayu000/claude-skill-registry 163
-
innovate-phase
Analyze PRD for innovation opportunities, present each with HITL selection loop (Implement/Skip/More Details), update PRD with selections. Use when /architect workflow reaches innovation phase after vibe-check. Always runs for /architect (unlike /build where innovation is optional).
majiayu000/claude-skill-registry 163
-
seldon-model-deployer
Seldon Core deployment skill for model serving, A/B testing, and canary deployments on Kubernetes.
majiayu000/claude-skill-registry 163
-
script-kit-hive
Hive/beads task management for Script Kit agents. Use when working with the issue tracking system, managing beads, or coordinating agent work. Covers issue lifecycle, progress reporting, and file reservations.
majiayu000/claude-skill-registry 163
-
aws-rds-database
Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle.
majiayu000/claude-skill-registry 163
-
text-splitter
Split text into specified-sized chunks while maintaining semantic integrity. Suitable for long text batch processing, dividing text into processable segments
majiayu000/claude-skill-registry 163