Browse Skills

44915 skills found

swift-6-paradigm-shift-guide.md
4
1 export swift-6-paradigm-shift-guide
2 mosif16 from "mosif16/codex-Skills"
3 Comprehensive analysis of Swift 6 ownership, concurrency safety, and systems programming foundations.
2026-01-05
chapter-content-generator.md
4
1 export chapter-content-generator
2 dmccreary from "dmccreary/claude-skills"
3 This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate reading level with rich non-text elements including diagrams, infographics, and MicroSims. (project, gitignored)
2026-01-05
setup-mcp.md
4
1 export setup-mcp
2 jacksenechal from "jacksenechal/scan-mcp"
3 Configure scan-mcp MCP server in Claude Code's global configuration. Use when user wants to setup, configure, initialize, enable, or install the scan-mcp MCP server. Runs preflight checks for prerequisites (Node 22+, SANE tools, tiffcp), helps install missing dependencies, and adds server configuration with user-specified INBOX_DIR.
2026-01-05
transcript-analyzer.md
4
1 export transcript-analyzer
2 glebis from "glebis/claude-skills"
3 This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and terminology using Cerebras AI (llama-3.3-70b). Use this skill when the user asks to analyze a transcript, extract action items from meetings, find decisions in conversations, build glossaries from discussions, or summarize key points from recorded meetings.
2026-01-05
searxng-search.md
4
1 export searxng-search
2 YPares from "YPares/agent-skills"
3 Enhanced web and package repository search using local SearXNG instance
2026-01-05
adr-template.md
4
1 export adr-template
2 projectquestorg from "projectquestorg/AgileFlow"
3 Generate Architecture Decision Record structure with context/decision/consequences
2026-01-05
ts-skill.md
4
1 export ts-skill
2 darrenhinde from "darrenhinde/Opencode-skills-example"
3 Runs a TypeScript file directly with Bun
2026-01-05
telegram-bot-management.md
4
1 export telegram-bot-management
2 terrylica from "terrylica/cc-skills"
3 Telegram bot production management, monitoring, and troubleshooting. Use when user mentions telegram bot, claude-orchestrator, bot status, bot restart, or bot monitoring.
2026-01-05
rustc-timings.md
4
1 export rustc-timings
2 fasterthanlime from "fasterthanlime/.claude"
3 Profile Rust compilation to find slow builds. Use when compile times are unacceptable, to identify trait resolution bottlenecks, excessive monomorphization, or LLVM backend issues.
2026-01-05
latex-setup.md
4
1 export latex-setup
2 terrylica from "terrylica/cc-skills"
3 Installs and configures complete LaTeX development environment on macOS with MacTeX, Skim viewer, and SyncTeX support. Use when setting up new machine, installing LaTeX, or configuring PDF viewer.
2026-01-05
swiftui-multiplatform-design-guide.md
4
1 export swiftui-multiplatform-design-guide
2 mosif16 from "mosif16/codex-Skills"
3 Unified SwiftUI architecture for iOS, iPadOS, macOS, and visionOS with spatial design principles.
2026-01-05
genre-conventions.md
4
1 export genre-conventions
2 jwynia from "jwynia/the-kepler-testimonies"
3 Diagnose genre problems and generate genre-specific elements. Use when genre promise is unclear, when elements feel misplaced, when secondary genres compete with primary, or when you need genre-specific entropy. Covers all 11 elemental genres from the Writing Excuses framework.
2026-01-05
ansible.md
4
1 export ansible
2 proompteng from "proompteng/lab"
3 Create, update, or run Ansible playbooks and inventory in this repo for multi-node changes (ansible/). Use for node bootstrap, package installs, or cluster-wide config updates.
2026-01-05
plan-with-tdd-and-prd.md
4
1 export plan-with-tdd-and-prd
2 rstacruz from "rstacruz/agentic-toolkit"
3 Comprehensive planning guidelines for PRDs, TDDs, and discovery documents. Invoke when planning projects or code changes.Common user requests: - "Write a PRD for [feature]" - "Draft a TDD for [feature]" - "Plan [feature]" - "Plan a code change" - "Write discovery document for [feature]" - "Research and plan [topic]"
2026-01-05
add-database-table.md
4
1 export add-database-table
2 gregsantos from "gregsantos/nexturbo"
3 Add a new database table with Drizzle ORM
2026-01-05
using-system-architect.md
4
1 export using-system-architect
2 tachyon-beep from "tachyon-beep/skillpacks"
3 Use when you have architecture documentation from system-archaeologist and need critical assessment, refactoring recommendations, or improvement prioritization - routes to appropriate architect specialist skills
2026-01-05
documentation-production.md
4
1 export documentation-production
2 NickCrew from "NickCrew/claude-cortex"
3 Use when generating, updating, or organizing documentation (component/API docs, project indexes, diagrams, tutorials, learning paths) - provides structured workflows and references for docs generation, indexing, diagrams, and teaching.
2026-01-05
working-with-jj.md
4
1 export working-with-jj
2 YPares from "YPares/agent-skills"
3 Expert guidance for using JJ (Jujutsu) version control system. Use when working with JJ, whatever the subject. Operations, revsets, templates, debugging change evolution, etc. Covers JJ commands, template system, evolog, operations log, and interoperability with git remotes.
2026-01-05
ash-ai.md
4
1 export ash-ai
2 forest from "forest/dotfiles"
3 AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
2026-01-05
using-ml-production.md
4
1 export using-ml-production
2 tachyon-beep from "tachyon-beep/skillpacks"
3 Router skill directing to deployment, optimization, MLOps, and monitoring guides.
2026-01-05
claude-code-configuration.md
4
1 export claude-code-configuration
2 outfitter-dev from "outfitter-dev/agents"
3 Manages Claude configuration files for both Claude Desktop and Claude Code projects. Handles MCP server configuration, environment variables, project settings, and developer options. Use when configuring Claude Desktop with MCP servers, setting up Claude Code project settings, managing environment variables for Claude, enabling debugging features, or troubleshooting Claude configuration issues.
2026-01-05
python3-development.md
4
1 export python3-development
2 Jamie-BitFlight from "Jamie-BitFlight/claude_skills"
3 The model must use this skill when : 1. working within any python project. 2. Python CLI applications with Typer and Rich are mentioned by the user. 2. tasked with Python script writing or editing. 3. building CI scripts or tools. 4. Creating portable Python scripts with stdlib only. 5. planning out a python package design. 6. running any python script or test. 7. writing tests (unit, integration, e2e, validation) for a python script, package, or application. Reviewing Python code against best practices or for code smells. 8. The python command fails to run or errors, or the python3 command shows errors. 9. pre-commit or linting errors occur in python files. 10. Writing or editing python code in a git repository.\n<hint>This skill provides : 1. the users preferred workflow patterns for test-driven development, feature addition, refactoring, debugging, and code review using modern Python 3.11+ patterns (including PEP 723 inline metadata, native generics, and type-safe async processing). 2. References to favor
2026-01-05
default-and-remedies-advisor.md
4
1 export default-and-remedies-advisor
2 reggiechan74 from "reggiechan74/vp-real-estate"
3 Expert in lease defaults and landlord remedies. Use when analyzing default scenarios, calculating cure periods, assessing damages, or drafting default notices. Key terms include monetary default, non-monetary default, cure period, notice to cure, lease termination, re-entry, damages, acceleration of rent, unamortized TI clawback
2026-01-05
asciinema-player.md
4
1 export asciinema-player
2 terrylica from "terrylica/cc-skills"
3 Play .cast terminal recordings in iTerm2 with full CLI controls. TRIGGERS - asciinema, .cast file, terminal recording, play cast, recording playback, play recording. Uses AskUserQuestion for speed/options selection, spawns clean iTerm2 window via AppleScript.
2026-01-05