Browse Skills

18175 skills found

goal-seeking-agent-pattern.md
12
1 export goal-seeking-agent-pattern
2 rysweet from "rysweet/MicrosoftHackathon2025-AgenticCoding"
3 Guides architects on when and how to use goal-seeking agents as a design pattern. This skill helps evaluate whether autonomous agents are appropriate for a given problem, how to structure their objectives, integrate with goal_agent_generator, and reference real amplihack examples like AKS SRE automation, CI diagnostics, pre-commit workflows, and fix-agent pattern matching.
2026-01-05
rag-implementation.md
12
1 export rag-implementation
2 applied-artificial-intelligence from "applied-artificial-intelligence/claude-code-toolkit"
3 Comprehensive guide to implementing RAG systems including vector database selection, chunking strategies, embedding models, and retrieval optimization. Use when building RAG systems, implementing semantic search, optimizing retrieval quality, or debugging RAG performance issues.
2026-01-05
rag-architect.md
12
1 export rag-architect
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, or context augmentation.
2026-01-05
javascript-coding-standards.md
11
1 export javascript-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 JavaScript/ES6+ coding standards following Airbnb guidelines, modern patterns, React best practices, and comprehensive Jest testing. Use for JavaScript projects requiring clean, maintainable, production-ready code with modern tooling.
2026-01-05
skill-evaluator.md
11
1 export skill-evaluator
2 bjulius from "bjulius/skill-evaluator"
3 Comprehensive evaluation toolkit for analyzing Claude skills across security, quality, utility, and compliance dimensions. This skill should be used when users need to evaluate a skill before installation, review before publishing, or assess overall quality and safety. Performs 5-layer security analysis, validates structure and documentation, checks compliance with skill-creator guidelines, and generates markdown reports with scoring and recommendations.
2026-01-05
applesauce-core.md
11
1 export applesauce-core
2 purrgrammer from "purrgrammer/grimoire"
3 This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observables, and client utilities. Provides comprehensive knowledge of applesauce patterns for building reactive Nostr applications.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when designing/modifying system architecture or evaluating technology choices. Enforces 7-section TodoWrite with 22+ items. Triggers: "design architecture", "system design", "architectural decision", "should we use [tech]", "compare [A] vs [B]", "add new service", "microservices", "database choice", "API design", "scale to [X] users", "infrastructure decision". If thinking ANY of these, USE THIS SKILL: "quick recommendation is fine", "obvious choice", "we already know the answer", "just need to pick one", "simple architecture question".
2026-01-05
rust-coding-standards.md
11
1 export rust-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Master Rust's ownership system, type safety, and zero-cost abstractions for building safe, concurrent, and performant systems. Covers borrowing, lifetimes, traits, error handling, async/await, and testing patterns.
2026-01-05
security-headers.md
11
1 export security-headers
2 madsstoumann from "madsstoumann/browser-style"
3 Analyzes HTTP security headers for a given URL and provides a comprehensive security score. Checks for critical headers like HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy. Returns detailed scoring and recommendations.
2026-01-05
generating-swift-package-docs.md
11
1 export generating-swift-package-docs
2 czottmann from "czottmann/claude-code-stuff"
3 Use when encountering unfamiliar import statements; when exploring a dependency's API; when user asks "what's import X?", "what does import X do?", or about package documentation. - Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements.
2026-01-05
safe-workflow.md
11
1 export safe-workflow
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.
2026-01-05
youtube-transcript-analyzer.md
11
1 export youtube-transcript-analyzer
2 TechNickAI from "TechNickAI/ai-coding-config"
3 Use when analyzing YouTube videos, extracting insights from tutorials, researching video content, or learning from talks and presentations
2026-01-05
developing-with-swift.md
11
1 export developing-with-swift
2 czottmann from "czottmann/claude-code-stuff"
3 Use this before writing any Swift code, before planning code changes and enhancements - establishes style guidelines, teaches you vital Swift techniques
2026-01-05
creating-skills.md
11
1 export creating-skills
2 fvadicamo from "fvadicamo/dev-agent-skills"
3 Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, or needs skill creation guidelines. Provides structure, naming conventions, description writing, and quality checklist.
2026-01-05
mlops.md
11
1 export mlops
2 williamzujkowski from "williamzujkowski/standards"
3 MLOps engineering covering ML pipeline design, model versioning, experiment tracking, deployment strategies, drift detection, and monitoring for production ML systems with tools like MLflow, Kubeflow, and model registries
2026-01-05
teachable-course-creator.md
11
1 export teachable-course-creator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Create and manage Teachable online courses with browser automation and AI content generation. Use when building courses, setting up curriculum, generating content with CCG, or automating Teachable admin tasks.
2026-01-05
integration-testing.md
11
1 export integration-testing
2 williamzujkowski from "williamzujkowski/standards"
3 Integration testing standards for API testing, database testing, and service-to-service communication. Covers test containers, Docker Compose, API mocking, and contract testing for reliable integration suites.
2026-01-05
semantic-line-breaks.md
11
1 export semantic-line-breaks
2 abhinav from "abhinav/home"
3 Provides formatting guidelines for prose. This skill's guidance is automatically applied when writing multi-line comments, commit messages, markdown, or other prose.
2026-01-05
frontend-patterns.md
11
1 export frontend-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Frontend patterns for Next.js App Router, Clerk auth, shadcn/Radix UI, and PostHog analytics. Use when building UI components, creating pages, implementing auth flows, or adding analytics events. Ensures consistent UX patterns and accessibility standards.
2026-01-05
go-coding-standards.md
11
1 export go-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Go coding standards following idiomatic Go patterns, error handling, concurrency best practices, and modern Go tooling. Use for Go projects requiring clean, efficient, production-ready code with comprehensive testing.
2026-01-05
Content Marketing and Social Media Strategy.md
11
1 export Content Marketing and Social Media Strategy
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 6-month content calendar, multi-platform SNS strategy, and YouTube channel optimization. Use when creating content strategies or growing social media presence.
2026-01-05
skill-customizer.md
11
1 export skill-customizer
2 nemori-ai from "nemori-ai/skills"
3 Customize existing skills through iterative improvement based on user feedback and preferences. Use when users want to personalize a skill to match their specific workflow, output preferences, domain requirements, or company standards by forking and iteratively refining an existing skill.
2026-01-05
talon-development.md
11
1 export talon-development
2 jcaw from "jcaw/talon_config"
3 Expert guidance for Talon voice control development. Use when creating voice commands, defining actions, writing .talon files, testing Talon config, or debugging Talon issues.
2026-01-05
skill-creator.md
11
1 export skill-creator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Create new Claude Skills for Miyabi project. Use when building custom skills, packaging workflows, or extending Claude's capabilities. Triggers on "create skill", "make skill", "new skill", "スキル作成", "スキルを作る".
2026-01-05