Browse Skills

16146 skills found

django-workflow.md
5
1 export django-workflow
2 ilude from "ilude/claude-code-config"
3 Django framework workflow guidelines. Activate when working with Django projects, manage.py, django-admin, or Django-specific patterns.
2026-01-05
senior-computer-vision.md
5
1 export senior-computer-vision
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production deployment. Use when building vision AI systems, implementing object detection, training custom vision models, or optimizing inference pipelines.
2026-01-05
adr-writing.md
5
1 export adr-writing
2 existential-birds from "existential-birds/beagle"
3 Write Architectural Decision Records following MADR template. Applies Definition of Done criteria, marks gaps for later completion. Use when generating ADR documents from extracted decisions.
2026-01-05
vibeship-security-writer.md
5
1 export vibeship-security-writer
2 vibeforge1111 from "vibeforge1111/vibeship-knowledgebase"
3 World-class security content writer for VibeShip Knowledge Base. Creates authoritative, SEO-optimized, LLM-extractable content about cybersecurity vulnerabilities in AI-generated code.Use this skill when:- Writing vulnerability articles (SQL injection, XSS, IDOR, etc.)- Creating AI tool security analysis (Cursor, Claude Code, Bolt patterns)- Writing stack security guides (Next.js + Supabase, Express, etc.)- Generating fix prompts for AI coding tools- Creating security checklists and glossary entries- Writing research content (Vulnerability Index, methodology)- Any security-related KB content for vibeship.co/kb/security/Expertise: SEO optimization, LLM citation optimization, OWASP vulnerabilities, CWE database, AI-generated code patterns, vibe coder audience, technical writing for non-security-experts.
2026-01-05
querying-yaml.md
5
1 export querying-yaml
2 iota9star from "iota9star/my-skills"
3 Extracts specific fields from YAML files efficiently using yq instead of reading entire files, saving 80-95% context. Use this skill when querying YAML files, filtering/transforming configuration data, or getting specific field(s) from large YAML files like docker-compose.yml or GitHub Actions workflows
2026-01-05
senior-flutter.md
5
1 export senior-flutter
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Flutter and Dart development expertise for building beautiful, performant cross-platform applications. Covers widget architecture, state management (Riverpod, Bloc, Provider), platform channels, and production deployment. Use when building Flutter apps, implementing complex UIs, optimizing performance, or integrating native code.
2026-01-05
querying-json.md
5
1 export querying-json
2 iota9star from "iota9star/my-skills"
3 Extracts specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context. Use this skill when querying JSON files, filtering/transforming data, or getting specific field(s) from large JSON files
2026-01-05
user-select.md
5
1 export user-select
2 vertesia from "vertesia/composableai"
3 Present users with choices and collect their selections for interactive decision-making
2026-01-05
run-comprehensive-tests.md
5
1 export run-comprehensive-tests
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Execute comprehensive test suite (Vitest/Jest) with coverage reporting and failure analysis. Returns structured output with test counts (total/passed/failed), coverage percentage, duration, and detailed failure information. Used for quality gates and CI/CD validation.
2026-01-05
skill-optimizer.md
5
1 export skill-optimizer
2 JNLei from "JNLei/claude-tools"
3 Optimize Claude Code skills for token efficiency using progressive disclosure and content loading order. Use when optimizing skills, reducing token usage, restructuring skill content, improving skill performance, analyzing skill size, applying 500-line rule, implementing progressive disclosure, organizing reference files, optimizing YAML frontmatter, reducing context consumption, improving skill architecture, analyzing token costs, splitting large skills, or working with skill content loading. Covers Level 1 (metadata), Level 2 (instructions), Level 3 (resources) loading optimization.
2026-01-05
12-factor-apps.md
5
1 export 12-factor-apps
2 existential-birds from "existential-birds/beagle"
3 Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing SaaS applications, or reviewing cloud-native applications against the original 12-Factor methodology.
2026-01-05
makefile-workflow.md
5
1 export makefile-workflow
2 ilude from "ilude/claude-code-config"
3 Makefile best practices for project automation and build systems. Covers command usage, target organization (PHONY vs file targets), variable management (:=, ?=, =), platform detection, common development targets (clean, test, lint, format, run), DevContainer integration, version management with semantic versioning, Docker integration, output control, error handling, and advanced patterns. Activate when working with Makefiles, make commands, .PHONY targets, build automation, or development workflows.
2026-01-05
app-planner.md
5
1 export app-planner
2 rshankras from "rshankras/claude-code-ios-skills"
3 Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and distribution strategy.
2026-01-05
senior-network-infrastructure.md
5
1 export senior-network-infrastructure
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Network infrastructure specialist for VPC/VNet design, VPN configuration, firewall policies, load balancing, and multi-cloud networking. Includes topology analysis, security group generation, and network compliance auditing.
2026-01-05
senior-ml-engineer.md
5
1 export senior-ml-engineer
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 World-class ML engineering skill for productionizing ML models, MLOps, and building scalable ML systems. Expertise in PyTorch, TensorFlow, model deployment, feature stores, model monitoring, and ML infrastructure. Includes LLM integration, fine-tuning, RAG systems, and agentic AI. Use when deploying ML models, building ML platforms, implementing MLOps, or integrating LLMs into production systems.
2026-01-05
preview-import.md
5
1 export preview-import
2 ddttom from "ddttom/webcomponents-with-eds"
3 Preview and verify imported content in local AEM Edge Delivery Services dev server. Validates rendering, compares with original page, and troubleshoots common issues.
2026-01-05
content-atomizer.md
5
1 export content-atomizer
2 Salesably from "Salesably/salesably-marketplace"
3 Repurposes single content pieces into multiple formats for maximum distribution while maintaining brand voice. This skill should be used when maximizing ROI from pillar content, filling content calendars efficiently, reaching audiences across multiple platforms, or when creating original content for every channel feels unsustainable.
2026-01-05
scientific-python-packaging.md
5
1 export scientific-python-packaging
2 uw-ssec from "uw-ssec/rse-agents"
3 Create distributable scientific Python packages following Scientific Python community best practices with pyproject.toml, src layout, and Hatchling build backend
2026-01-05
ollama-local.md
5
1 export ollama-local
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 Local LLM inference with Ollama. Use when setting up local models for development, CI pipelines, or cost reduction. Covers model selection, LangChain integration, and performance tuning.
2026-01-05
syncing-tsconfig-paths.md
5
1 export syncing-tsconfig-paths
2 jasonkuhrt from "jasonkuhrt/kitz"
3 Synchronizes tsconfig.json paths from package.json imports field. Ensures TypeScript resolves subpath imports (#imports) correctly during development.
2026-01-05
senior-graphql.md
5
1 export senior-graphql
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 GraphQL API design specialist for schema architecture, resolver patterns, federation, and performance optimization
2026-01-05
recipe-writer.md
5
1 export recipe-writer
2 sjungling from "sjungling/claude-plugins"
3 Expert in test-first development of production-quality OpenRewrite recipes for automated code refactoring. Automatically activates when working with OpenRewrite recipe files, Java/YAML files in `src/main/java/**/rewrite/**` directories, writing tests implementing `RewriteTest`, or when users ask about recipe development, writing recipes, creating migrations, LST manipulation, JavaTemplate usage, visitor patterns, preconditions, scanning recipes, YAML recipes, GitHub Actions transformations, Kubernetes manifest updates, or code migration strategies. Guides recipe type selection (declarative/Refaster/imperative), visitor implementation, and test-driven development workflows.
2026-01-05
flask-workflow.md
5
1 export flask-workflow
2 ilude from "ilude/claude-code-config"
3 Flask framework workflow guidelines. Activate when working with Flask projects, flask run, or Flask-specific patterns.
2026-01-05
cto-advisor.md
5
1 export cto-advisor
2 rickydwilson-dcs from "rickydwilson-dcs/claude-skills"
3 Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.
2026-01-05