Browse Skills

44915 skills found

scientific-python-testing.md
5
1 export scientific-python-testing
2 uw-ssec from "uw-ssec/rse-agents"
3 Write robust, maintainable tests for scientific Python packages using pytest best practices following Scientific Python community guidelines
2026-01-05
linear.md
5
1 export linear
2 dbmcco from "dbmcco/claude-agent-toolkit"
3 Use when managing Linear issues, creating tasks from conversations, tracking work items, or querying project status - provides bash scripts to interact with Linear's GraphQL API without writing queries directly (project, gitignored)
2026-01-05
dna-methodology.md
5
1 export dna-methodology
2 Jaesun23 from "Jaesun23/spark-claude"
3 DNA v4.0 소프트웨어 설계 방법론. 새 소프트웨어 프로젝트를 아이디어에서 구현까지 체계적으로 설계할 때 사용. Stage 1(핵심 정의) → Stage 2(구조 설계) → Stage 3(ADR) → Stage 4(DNA 계획) → Stage 5(DNA 구현) → Stage 6(표준) → Stage 7(청사진) → Stage 8(작업분해) → Stage 9(체크리스트) 순서로 진행. Context Rot 방지와 레고블럭 전략이 핵심.
2026-01-05
bigquery-expert.md
5
1 export bigquery-expert
2 i9wa4 from "i9wa4/dotfiles"
3 BigQuery エキスパートエンジニアスキル - GoogleSQL クエリ、データ管理、パフォーマンス最適化、コスト管理に関する包括的なガイドを提供
2026-01-05
pydantic-ai-common-pitfalls.md
5
1 export pydantic-ai-common-pitfalls
2 existential-birds from "existential-birds/beagle"
3 Avoid common mistakes and debug issues in PydanticAI agents. Use when encountering errors, unexpected behavior, or when reviewing agent implementations.
2026-01-05
meeting.md
5
1 export meeting
2 WenJunDuan from "WenJunDuan/Rlues"
3 多角色虚拟会议,任务分析与规划
2026-01-05
browser-extension-developer.md
5
1 export browser-extension-developer
2 tbartel74 from "tbartel74/Vigil-Code"
3 Chrome Manifest v3 extension development for Vigil Guard v2.0.0. Use for plugin development, content scripts, service workers, webhook integration with 3-branch detection, browser fingerprinting, and extension debugging.
2026-01-05
sap-btp-best-practices.md
5
1 export sap-btp-best-practices
2 secondsky from "secondsky/sap-skills"
3 Production-ready SAP BTP best practices for enterprise architecture, account management, security, and operations. Use when planning BTP implementations, setting up account hierarchies, configuring environments, implementing authentication, designing CI/CD pipelines, establishing governance, building Platform Engineering teams, implementing failover strategies, or managing application lifecycle on SAP BTP.Keywords: SAP BTP, account hierarchy, global account, directory, subaccount, Cloud Foundry, Kyma, ABAP, SAP Identity Authentication, CI/CD, governance, Platform Engineering, failover, multi-region, SAP BTP best practices
2026-01-05
langgraph-architecture.md
5
1 export langgraph-architecture
2 existential-birds from "existential-birds/beagle"
3 Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.
2026-01-05
device-testing.md
5
1 export device-testing
2 EvanBacon from "EvanBacon/apple-health"
3 Interact with iOS simulators and verify app behavior using xcobra
2026-01-05
fetch-github-issue-analysis.md
5
1 export fetch-github-issue-analysis
2 BerryKuipers from "BerryKuipers/claude-code-toolkit"
3 Fetch GitHub issue details with AI analysis comment from github-actions bot, extracting structured data for architecture planning in WescoBar workflows
2026-01-05
devcontainer-workflow.md
5
1 export devcontainer-workflow
2 ilude from "ilude/claude-code-config"
3 DevContainer configuration for consistent development environments with Docker, multi-stage builds, non-root users, environment management, Docker-in-Docker support, and Python with uv. Activate when working with .devcontainer/, devcontainer.json, Dockerfile, or container-based development workflows.
2026-01-05
extracting-code-structure.md
5
1 export extracting-code-structure
2 iota9star from "iota9star/my-skills"
3 Extracts file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, Dart/Flutter analyzer, ctags, or other language-specific tools to get outlines and signatures. Use this skill when listing all methods, functions, or classes in a file, exploring unfamiliar code, getting API overviews, or deciding what to read selectively
2026-01-05
deepwiki.md
5
1 export deepwiki
2 WenJunDuan from "WenJunDuan/Rlues"
3 技术文档查询,框架/库研究
2026-01-05
skill-creator.md
5
1 export skill-creator
2 thammachet from "thammachet/codex-with-manager-and-ceo"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
ai-multimodal.md
5
1 export ai-multimodal
2 The1Studio from "The1Studio/theone-training-skills"
3 Process and generate multimedia content using Google Gemini API for better vision capabilities. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (better image analysis than Claude models, captioning, reasoning, object detection, design extraction, OCR, visual Q&A, segmentation, handle multiple images), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image with Imagen 4, editing, composition, refinement), generate videos (text-to-video with Veo 3, 8-second clips with native audio). Use when working with audio/video files, analyzing images or screenshots (instead of default vision capabilities of Claude, only fallback to Claude's vision capabilities if needed), processing PDF documents, extracting structured data from media, creating images/videos from text pr
2026-01-05
ipynb-validator.md
5
1 export ipynb-validator
2 ddttom from "ddttom/webcomponents-with-eds"
3 Validate Jupyter notebooks (.ipynb files) for production readiness. Checks smart links consistency, layout structure, transition cells with action cards, numbered part flow, cell ordering, and overall quality. Use when validating notebooks, checking notebook structure, testing smart links, verifying action cards, or preparing notebooks for production deployment. Keywords include ipynb validation, notebook structure, smart links, action cards, transitions, part flow, production ready.
2026-01-05
shell-script-quality.md
5
1 export shell-script-quality
2 d-oit from "d-oit/gemini-search-plugin"
3 Lint and test shell scripts using ShellCheck and BATS. Use when checking bash/sh scripts for errors, writing shell script tests, fixing ShellCheck warnings, setting up CI/CD for shell scripts, or improving bash code quality.
2026-01-05
security-analysis.md
5
1 export security-analysis
2 d4rkNinja from "d4rkNinja/code-guardian"
3 Master skill for comprehensive security analysis. Identifies technology stack and delegates to specialized security sub-skills for deep vulnerability assessment.
2026-01-05
langgraph-routing.md
5
1 export langgraph-routing
2 yonatangross from "yonatangross/skillforge-claude-plugin"
3 LangGraph conditional routing patterns. Use when implementing dynamic routing based on state, creating branching workflows, or building retry loops with conditional edges.
2026-01-05
sequential-thinking.md
5
1 export sequential-thinking
2 duongdev from "duongdev/ccpm"
3 Structured problem-solving through iterative reasoning with revision and branching capabilities for complex problems. Use when tackling multi-step problems with uncertain scope, design planning, architecture decisions, or systematic decomposition. Auto-activates when user asks about breaking down epics, designing systems, assessing complexity, or performing root-cause analysis. Uses 6-step process: Initial assessment (rough estimate) → Iterative reasoning (learn progressively) → Dynamic scope adjustment (refine as understanding deepens) → Revision mechanism (update when assumptions change) → Branching for alternatives (explore multiple approaches) → Conclusion (synthesize findings). Supports explicit uncertainty acknowledgment within thoughts. Adjusts total thought count dynamically (e.g., "Thought 3/8" when initially estimated 5). Recommends binary search for intermittent issues and five-whys technique for root causes.
2026-01-05
newsletter.md
5
1 export newsletter
2 Salesably from "Salesably/salesably-marketplace"
3 Creates engaging newsletters using 9 proven formats for recurring audience engagement. This skill should be used when launching a newsletter, improving open and click rates, varying content to prevent subscriber fatigue, or when existing newsletters feel stale or generic.
2026-01-05
multi-agent-ai-projects.md
5
1 export multi-agent-ai-projects
2 ilude from "ilude/claude-code-config"
3 Guidelines for multi-agent AI and learning projects with lesson-based structures. Activate when working with AI learning projects, experimental directories like .spec/, lessons/ directories, STATUS.md progress tracking, or structured learning curricula with multiple modules or lessons.
2026-01-05
qa-engineer.md
5
1 export qa-engineer
2 cwoodruff from "cwoodruff/morespeakers-com"
3 QA Automation Engineer skill. Use this to write or refactor unit tests. Ensures tests follow the project's xUnit, FluentAssertions, and Moq standards.
2026-01-05