Browse Skills

44835 skills found

wallet-encrypt-decrypt.md
0
1 export wallet-encrypt-decrypt
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Encrypt and decrypt messages using BSV keys and ECDH. Uses @bsv/sdk for cryptographic operations.
2026-01-05
py-deploy-remote.md
0
1 export py-deploy-remote
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Deploy Flask server to remote machine (185.96.221.52). Stops remote server, copies files via scp, restarts server, and verifies. Use when deploying Python server updates to remote Mac mini.
2026-01-05
azure-devops.md
0
1 export azure-devops
2 linus-mcmanamey from "linus-mcmanamey/multi-agent-user-story-development"
3 On-demand Azure DevOps operations (PRs, work items, pipelines, repos) using context-efficient patterns. Loaded only when needed to avoid polluting Claude context with 50+ MCP tools.
2026-01-05
rubiks-cube-solver.md
0
1 export rubiks-cube-solver
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fast procedural Rubik's cube solver that requests photos, converts them to cube state string, and uses Python scripts to generate step-by-step solutions.
2026-01-05
feature-builder.md
0
1 export feature-builder
2 matthew-bram from "matthew-bram/enterprise-confluent-test-probe"
3 Guides feature implementation through 8 phases (Phase 0 Architecture → Phase 7 Documentation). Automatically detects when user starts coding without Phase 0 and enforces architecture-first development. Manages state across sessions, launches specialized agents, and ensures quality gates are met through paired programming approach.
2026-01-05
autopoietic-chaos.md
0
1 export autopoietic-chaos
2 agentgptsmith from "agentgptsmith/MonadFramework"
3 Iteration 7 of Multiplicity Cascade - Self-creating chaos engines
2026-01-05
imagemagick.md
0
1 export imagemagick
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for using ImageMagick command-line tools to perform advanced image processing tasks including format conversion, resizing, cropping, effects, transformations, and batch operations. Use when manipulating images programmatically via shell commands.
2026-01-05
convergence-diagnostics.md
0
1 export convergence-diagnostics
2 sunxd3 from "sunxd3/claude-code-devcontainer"
3 MCMC convergence diagnostics using CmdStanPy and ArviZ
2026-01-05
skill-generator-tool.md
0
1 export skill-generator-tool
2 inchan from "inchan/cc-skills"
3 Automatically analyzes user intent and recommends the optimal Claude Code tool type (Command, Skill, Subagent, or Hook). Use when users want to create automation, extend capabilities, or are unsure which tool type best fits their needs. This skill routes to specialized creators and provides unified guidance.
2026-01-05
android-signing-config.md
0
1 export android-signing-config
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure Android release build signing with dual-source credentials (env vars + gradle.properties)
2026-01-05
workbench-work-items.md
0
1 export workbench-work-items
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
2026-01-05
git-doc-updater.md
0
1 export git-doc-updater
2 u9401066 from "u9401066/nsforge-mcp"
3 Auto-check and update key documentation before Git commits to keep docs in sync with code. Triggers: docs, 文檔, 更新文檔, sync docs, release, 發布.
2026-01-05
check-docs.md
0
1 export check-docs
2 djimontyp from "djimontyp/task-tracker"
3 Check if recent changes need documentation updates and suggest which docs to update.
2026-01-05
monorepo-navigation.md
0
1 export monorepo-navigation
2 metasaver from "metasaver/claude-marketplace"
3 Monorepo navigation utilities for finding packages by type, locating workspace roots, and resolving cross-package dependencies. Provides findPackagesByType, locateWorkspaceRoot, resolveWorkspaceDependencies, and getPackagesBuildOrder functions for Turborepo and pnpm workspace navigation. Use when navigating monorepo structures, analyzing dependency graphs, or performing workspace-aware operations.
2026-01-05
test-generation.md
0
1 export test-generation
2 layeddie from "layeddie/ai-rules"
3 Generates comprehensive Elixir tests using ExUnit following TDD principles.
2026-01-05
study-planner.md
0
1 export study-planner
2 lastdays03 from "lastdays03/claude_skills"
3 Standards for conducting deep, rigorous learning sessions to achieve mastery. Focuses on Feynman Technique, Break & Fix methodology, and practical implementation.
2026-01-05
mastering-postgresql.md
0
1 export mastering-postgresql
2 majiayu000 from "majiayu000/claude-skill-registry"
3 PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB and array indexing, and production deployment. Use when creating search features, storing AI embeddings, querying vector similarity, optimizing PostgreSQL indexes, or deploying to AWS RDS/Aurora, GCP Cloud SQL/AlloyDB, or Azure. Covers psycopg2, psycopg3, asyncpg, SQLAlchemy integration, Docker development setup, and index selection strategies. Triggers: "PostgreSQL search", "pgvector", "BM25 postgres", "JSONB index", "psycopg", "asyncpg", "PostgreSQL Docker", "AlloyDB vector". Does NOT cover: DBA administration (backup, replication, users), MySQL/MongoDB/Redis, schema design theory, stored procedures.
2026-01-05
maplibre-offline-map-manager.md
0
1 export maplibre-offline-map-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manages offline-capable mapping with tile caching, location services, and MapLibre integration. Use when implementing map features, GPS tracking, offline map regions, or custom map styles in Purrsuit Mobile App.
2026-01-05
deploy.md
0
1 export deploy
2 GoBeromsu from "GoBeromsu/Quartaz"
3 This skill automates Quartz static site deployment to GitHub Pages with Playwright-based visual verification. This skill should be used when the user requests deployment, publishing, or explicitly invokes "/deploy". The workflow includes building the site, committing changes with auto-generated messages, pushing to the v4 branch, and verifying the deployed page in both light and dark modes using Playwright MCP tools.
2026-01-05
gtars.md
0
1 export gtars
2 jackspace from "jackspace/ClaudeSkillz"
3 High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.
2026-01-05
reviewing-security.md
0
1 export reviewing-security
2 djankies from "djankies/claude-configs"
3 Automated tooling and detection patterns for JavaScript/TypeScript security vulnerabilities. Provides scan commands, vulnerability patterns, and severity mapping—not output formatting or workflow.
2026-01-05
sikhaid-routing.md
0
1 export sikhaid-routing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when adding routes, navigation, or understanding URL structure in SikhAid project. Covers SvelteKit file-based routing, dynamic routes with slugs, layout hierarchy, admin routes, and navigation patterns.
2026-01-05
delegation-advisor.md
0
1 export delegation-advisor
2 omerreish-lgtm from "omerreish-lgtm/secretary-system"
3 Recommend who should do a task (Claude Code, Gemini, ChatGPT, Human, Taskmaster, MCPs) and generate handoff prompts.
2026-01-05
action-mapping-designer.md
0
1 export action-mapping-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when ensuring training focuses on performance outcomes and business impact. Use this skill to identify essential content, design performance-focused activities, create job aids, and eliminate unnecessary training.
2026-01-05