Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
error-boundaries-react
majiayu000/claude-skill-registry 163
-
anti-slop-toolkit
Automated detection and cleanup tools for AI slop patterns. Provides Python and R scripts for active slop detection, scoring, and cleanup across codebases. Use when you need automated quality enforcement.
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-deployment-logs
View logs for a specific deployment. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
security-operations
Security Operations Center (SOC) practices, incident response, SIEM management, and threat hunting following NIST 800-61
majiayu000/claude-skill-registry 163
-
goal-setting
Use when establishing targets for defined metrics - validates metric is movable by team, assesses movement needed for company goals, evaluates aggressive vs conservative targets with trade-off analysis
majiayu000/claude-skill-registry 163
-
concurrent-rendering-orchestration
Design and validate complex concurrent rendering workflows using `useTransition`, `Suspense`, and selective hydration to preserve responsiveness under heavy workloads.
majiayu000/claude-skill-registry 163
-
transfer-old-latex-to-new
智能迁移旧版NSFC标书到新版模板:分析旧新项目结构、AI自主规划迁移策略、执行内容迁移、迭代优化、编译验证。用于用户要求"迁移标书/升级模板/跨版本迁移/旧标书转新模板"。
majiayu000/claude-skill-registry 163
-
tidy-first
Follow Kent Beck's Tidy First principles by strictly separating structural changes from behavioral changes. Use when refactoring code, restructuring code, making structural changes without changing behavior, renaming variables/functions, extracting methods, separating concerns, preparing code for new features, or need to ensure structural and behavioral changes are in separate commits.
majiayu000/claude-skill-registry 163
-
code-alignment
Assess uncommitted code changes for alignment with existing codebase patterns, architecture, and conventions. Use before committing to catch foreign patterns, missed reuse opportunities, and style inconsistencies. Triggers on phrases like "check my changes", "review uncommitted", "assess fit", "pattern check", "code alignment", or "pre-commit review".
majiayu000/claude-skill-registry 163
-
vacation-rental-seller
Aiuta a vendere tutte le notti disponibili di una casa vacanze a Roma. Genera annunci ottimizzati per Airbnb/Booking, strategie di pricing dinamico, contenuti marketing, risposte agli ospiti e promozioni last-minute. Usa quando hai notti libere da riempire o vuoi migliorare le performance del tuo annuncio.
majiayu000/claude-skill-registry 163
-
accounts-payable-workflow
Эксперт AP workflow. Используй для процессов кредиторской задолженности, invoice processing, three-way matching и payment automation.
majiayu000/claude-skill-registry 163
-
flutter-expert
Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.
majiayu000/claude-skill-registry 163
-
hackage-read-docs
Retrieve documentation from Hackage. Use this Skill when you need a reference for Haskell packages, classes, or want to query package versions. (project)
majiayu000/claude-skill-registry 163
-
file-upload-handling
Implement secure file uploads with validation, size limits, type checking, virus scanning, and UUID naming. Use when handling file uploads like profile photos, documents, or resources.
majiayu000/claude-skill-registry 163
-
docs-director-skill
Handles multi-document operations with pattern matching and parallel execution, delegating to docs-manager-skill for each matched document
majiayu000/claude-skill-registry 163
-
ado-resource-validator
Validates Azure DevOps projects, area paths, and teams exist with auto-creation of missing resources. Use when setting up ADO integration, configuring .env variables, or troubleshooting missing project errors. Supports project-per-team, area-path-based, and team-based strategies.
majiayu000/claude-skill-registry 163
-
hono-routing
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, Node.js. Routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, security (CSRF, secureHeaders).
Use when: building Hono APIs, streaming SSE, WebSocket, validation, RPC. Troubleshoot: validation hooks, RPC types, middleware chains, JWT verify algorithm required (v4.11.4+), body consumed errors.
majiayu000/claude-skill-registry 163
-
create-agent-skills
This skill provides expert guidance for creating, writing, building, and refining Claude Code Skills. It should be used when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
majiayu000/claude-skill-registry 163
-
quicksave
Cross-model context handoff via Japanese semantic compression with negentropic coherence validation. Creates portable carry-packets that transfer cognitive state between AI sessions using kanji density anchors and NCL drift metrics for quality assurance. Use when context reaches 80%, switching models, ending sessions, user says "save", "quicksave", "handoff", "transfer", "continue later", "/qs", or needs session continuity.
majiayu000/claude-skill-registry 163
-
ghe-thread-manager
Use this skill when the user expresses ANY intent related to issue/thread management:
- Switching issues: "let's work on X", "switch to #Y", "go to the auth issue"
- Checking status: "what are we working on?", "current issue?", "status?"
- Background work: "what's in background?", "any features ready?", "check progress"
- Starting development: "implement X", "add feature", "fix bug Y", "build a..."
- Joining reviews: "let me see the review", "check that feature", "join #X"
- Pausing/resuming: "pause this", "come back later", "resume #X"
- Stopping transcription: "stop tracking", "don't record this", "private mode"
- Resuming last session: "what were we working on?", "resume last issue", "continue where we left off"
- Any natural expression of wanting to change focus or check work status
This skill interprets natural language - users should NOT memorize commands.
For the full GHE workflow protocol, see skill: github-elements-tracking
majiayu000/claude-skill-registry 163
-
timeline
Create interactive 10-10-10 timeline simulator with parallel tracks and regret markers. Use when user wants temporal analysis, project forward, see consequences over time, or run regret minimization.
majiayu000/claude-skill-registry 163
-
geopandas
Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving reading/writing/analyzing vector geographic data. Supports PostGIS databases, interactive maps, and integration with matplotlib/folium/cartopy. Use for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, clipping data, calculating areas/distances, reprojecting coordinate systems, creating maps, or converting between spatial file formats.
majiayu000/claude-skill-registry 163
-
legislative-flattener
Converts hierarchical legislative text from Word documents into a flat list of requirements. Use when processing regulatory documents, compliance frameworks, or legal text that needs to be extracted into individual, numbered requirements for analysis or mapping.
majiayu000/claude-skill-registry 163
-
templ-components
Create reusable templ UI components with props, children, and composition patterns. Use when building UI components, creating component libraries, mentions 'button component', 'card component', or 'reusable templ components'.
majiayu000/claude-skill-registry 163