Browse Skills

9063 skills found

systematic-debugging.md
1
1 export systematic-debugging
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Systematic methodology for debugging bugs, test failures, and unexpected behavior.Use when encountering any technical issue before proposing fixes. Covers root causeinvestigation, pattern analysis, hypothesis testing, and fix implementation.Use ESPECIALLY when under time pressure, "just one quick fix" seems obvious, oryou've already tried multiple fixes. NOT for exploratory code reading.
2026-01-05
mobile-development.md
1
1 export mobile-development
2 wollfoo from "wollfoo/setup-factory"
3 Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions. | Sử dụng khi: ứng dụng di động, React Native, Flutter, iOS, Android.
2026-01-05
agentuity-cli-cloud-sandbox-execution-get.md
1
1 export agentuity-cli-cloud-sandbox-execution-get
2 agentuity from "agentuity/discord-help-agent"
3 Get information about a specific execution. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
data-validator-generator.md
1
1 export data-validator-generator
2 MaciWP from "MaciWP/CV_Astro"
3 This skill generates type-safe data validation schemas for APIs and forms.Supports Python (Pydantic), TypeScript (Zod), JavaScript (Joi, Yup), Go (validator).Creates request/response schemas, form validation, environment variable validation, and config validation.Activate when user says "validate data", "create schema", "input validation", "type-safe", or building APIs/forms.Output: Complete validation schemas with types, error messages, examples, and tests.
2026-01-05
systematic-debugging.md
1
1 export systematic-debugging
2 CANTAGESTUDIO from "CANTAGESTUDIO/CosmicAtlasPacker"
3 [Debug] Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions. (project)
2026-01-05
django-architecture-enforcer.md
1
1 export django-architecture-enforcer
2 MaciWP from "MaciWP/CV_Astro"
3 Enforces service layer architecture in Django/DRF applications. This skill should be used when working with ViewSets, serializers, or services to prevent business logic in views, validate dependency injection patterns, and ensure three-layer architecture (Views → Services → Models).
2026-01-05
agentuity-cli-cloud-storage-get.md
1
1 export agentuity-cli-cloud-storage-get
2 agentuity from "agentuity/discord-help-agent"
3 Show details about a specific storage bucket. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
feedback-triage.md
1
1 export feedback-triage
2 troykelly from "troykelly/claude-skills"
3 Use when receiving UAT feedback, bug reports, user testing results, stakeholder feedback, QA findings, or any batch of issues to investigate. Investigates each item BEFORE creating issues, classifies by type and priority, creates well-formed GitHub issues with proper project board integration.
2026-01-05
qa-acceptance.md
1
1 export qa-acceptance
2 lpding888 from "lpding888/aiygw4.0"
3 质量验收专家,从用户视角验证交付物可用性/正确性/性能/回归。遵循阻断不合格交付、脚本化验证、数据隔离、覆盖验收标准的工程基线。使用 Playwright(E2E)、Jest+Supertest(API)、k6(性能)等工具。适用于收到 QA 部门任务卡(如 CMS-Q-001)或需要验收交付物时使用。
2026-01-05
browser-use.md
1
1 export browser-use
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
2026-01-05
syncing-branch.md
1
1 export syncing-branch
2 cblecker from "cblecker/claude-skills"
3 Standard workflow for all sync operations ('sync branch', 'pull latest', 'get latest changes', 'sync with upstream'): replaces bash-based git fetch/pull/merge workflows—detects fork vs origin, fetches from correct remotes, safely merges with fast-forward checks. Canonical branch synchronization implementation for git-workflows.
2026-01-05
deployment-management.md
1
1 export deployment-management
2 codekiln from "codekiln/langstar"
3 Managing LangGraph Cloud deployments through listing, filtering, and cleanup operations. Use when managing test deployments, cleaning up orphaned resources, filtering by name patterns, or handling bulk deletion. Automatically sources credentials from devcontainer environment.
2026-01-05
security.md
1
1 export security
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-python"
3 Python security best practices, OWASP, and vulnerability prevention
2026-01-05
story-verification.md
1
1 export story-verification
2 Mharbulous from "Mharbulous/SyncoPaid"
3 Use when user says "verify story", "check acceptance criteria", "validate implementation", "is story ready", or asks to verify that an implemented story meets its acceptance criteria - parses acceptance criteria from story description, verifies each with test/code evidence, generates pass/fail report, and updates story status based on results.
2026-01-05
analysis-alternatives.md
1
1 export analysis-alternatives
2 synapseradio from "synapseradio/thinkies"
3 Generate plausible alternative explanations for observations before committing to a single causal story. Use when: (1) asked to consider other explanations or identify what else could cause an observation, (2) presenting causal claims that have not been tested against competing hypotheses, (3) evidence could reasonably support multiple interpretations, (4) root cause analysis converged too quickly on a single answer.
2026-01-05
di.md
1
1 export di
2 mgreenly from "mgreenly/ikigai"
3 Dependency Injection (DI) skill for the ikigai project
2026-01-05
swiftui-view-refactor.md
1
1 export swiftui-view-refactor
2 bout3fiddy from "bout3fiddy/agents"
3 Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view's layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
2026-01-05
testing-standards.md
1
1 export testing-standards
2 mesbahtanvir from "mesbahtanvir/ishkul"
3 Ensures all new screens/components have unit tests with proper coverage. Validates test files exist for loading, error, success, and state-transition states. Checks that backend handlers have corresponding test files. Use when creating or modifying frontend screens, components, or backend handlers.
2026-01-05
unit-testing.md
1
1 export unit-testing
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers unit testing conventions for pure functions, validation schemas, and utility modules using Vitest with proper isolation and mocking.
2026-01-05
prefab-dev.md
1
1 export prefab-dev
2 dpup from "dpup/prefab"
3 Use this skill when developing Go applications with the Prefab server framework.This includes creating servers, adding gRPC/HTTP handlers, configuring authenticationand authorization, setting up SSE streams, managing configuration, creating customplugins, and following Prefab error handling and security patterns.
2026-01-05
testing-coverage.md
1
1 export testing-coverage
2 ferryhinardi from "ferryhinardi/supertool"
3 Guide for writing comprehensive tests and achieving >= 95% coverage. Use this when asked to write tests, fix test coverage, or debug failing tests.
2026-01-05
react-testing.md
1
1 export react-testing
2 1ambda from "1ambda/dataops-platform"
3 React testing with Vitest, React Testing Library, and MSW. Focuses on user-centric testing, component isolation, and API mocking. Use when writing tests for React components, hooks, or debugging test failures in frontend code.
2026-01-05
simple-skill.md
1
1 export simple-skill
2 sjnims from "sjnims/claude-code-plugin-eval"
3 A simple test skill that responds with a predictable message
2026-01-05
refactoring-code.md
1
1 export refactoring-code
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Improve code structure without changing behavior. Use when code is hard to read, modify, or test. Covers Extract Method, Rename, and other safe refactorings.
2026-01-05