Browse Skills

22656 skills found

syrupy.md
18
1 export syrupy
2 anam-org from "anam-org/metaxy"
3 Use syrupy for pytest snapshot testing to ensure the immutability of computed results, manage snapshots, customize serialization, and handle complex data structures with built-in matchers and filters.
2026-01-05
web-frontend.md
18
1 export web-frontend
2 flaming-codes from "flaming-codes/crane-app"
3 Guidelines for building minimal, professional, and concise frontend components in the /web project using TypeScript, React Router v7, Tailwind CSS, and the CVA pattern.
2026-01-05
Security Auditing.md
18
1 export Security Auditing
2 jeanluciano from "jeanluciano/quaestor"
3 Audit security with vulnerability scanning, input validation checks, and auth/authz review against OWASP Top 10. Use when implementing authentication, reviewing security-sensitive code, or conducting security audits.
2026-01-05
ascii-art-explainer.md
18
1 export ascii-art-explainer
2 mahidalhan from "mahidalhan/skilled-intelligence-marketplace"
3 Create performative ASCII art to explain code concepts with visual impact. Use this skill when the user asks to visualize algorithms, data structures, architecture, control flow, or any code concept that benefits from spatial representation. Generates memorable, educational ASCII diagrams.
2026-01-05
web-backend.md
18
1 export web-backend
2 flaming-codes from "flaming-codes/crane-app"
3 Guidelines for building backend services, API routes, and data access layers in the /web project using TypeScript, Supabase, and service-oriented architecture.
2026-01-05
migrating-to-swift-concurrency.md
18
1 export migrating-to-swift-concurrency
2 kylehughes from "kylehughes/the-unofficial-swift-concurrency-migration-skill"
3 Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.
2026-01-05
Reviewing and Shipping.md
18
1 export Reviewing and Shipping
2 jeanluciano from "jeanluciano/quaestor"
3 Validate quality with multi-agent review, auto-fix issues, generate organized commits, and create PRs with rich context. Use after completing features to ensure quality gates pass and ship confidently.
2026-01-05
ruby-on-rails-development.md
18
1 export ruby-on-rails-development
2 alec-c4 from "alec-c4/claude-skills-rails-dev"
3 Rails skills router and knowledge base. Routes your request to the appropriate specialist skill. Contains core Rails principles and conventions. Use when unsure which specialist to choose or for general Rails questions.
2026-01-05
fetching-github-prs-to-review.md
18
1 export fetching-github-prs-to-review
2 ooloth from "ooloth/dotfiles"
3 Fetches and processes GitHub pull requests waiting for review. Returns fully formatted markdown with PRs grouped by category (Feature/Bug, Chores, Dependency Updates) and sorted by age. Includes metadata like CI status, review status, size metrics, and viewing history. Use when user wants to see their PR review queue.
2026-01-05
atris-design.md
17
1 export atris-design
2 atrislabs from "atrislabs/atrisDev"
3 Frontend aesthetics policy. Use when building UI, components, landing pages, dashboards, or any frontend work. Prevents generic ai-generated look.
2026-01-05
increment-quality-judge-v2.md
17
1 export increment-quality-judge-v2
2 anton-abyzov from "anton-abyzov/specweave"
3 Enhanced AI-powered quality assessment with RISK SCORING (BMAD pattern) and quality gate decisions. Evaluates specifications, plans, and tests for clarity, testability, completeness, feasibility, maintainability, edge cases, and RISKS. Provides PASS/CONCERNS/FAIL decisions. Activates for validate quality, quality check, assess spec, evaluate increment, spec review, quality score, risk assessment, qa check, quality gate, /sw:qa command.
2026-01-05
graphite.md
17
1 export graphite
2 dagster-io from "dagster-io/workstack"
3 This skill should be used when working with Graphite (gt) for stacked pull requests. Use when users mention gt commands, stack management, PR workflows, or when dealing with dependent branches. Essential for understanding stack navigation, branch relationships, and Graphite's mental model.
2026-01-05
claude-sdk.md
17
1 export claude-sdk
2 anton-abyzov from "anton-abyzov/specweave"
3 Expert knowledge of Claude Code SDK, API, tools (Read, Write, Edit, Bash, Grep, Glob), agent tools (Task, Skill, SlashCommand), plugin hooks, MCP integration, and Claude Code extension development. Activates for claude sdk, claude api, claude tools, Read tool, Write tool, Edit tool, Task tool, Skill tool, claude hooks, MCP, claude code api.
2026-01-05
experiment-tracker.md
17
1 export experiment-tracker
2 anton-abyzov from "anton-abyzov/specweave"
3 Manages ML experiment tracking with MLflow, Weights & Biases, or SpecWeave's built-in tracking. Activates for "track experiments", "MLflow", "wandb", "experiment logging", "compare experiments", "hyperparameter tracking". Automatically configures tracking tools to log to SpecWeave increment folders, ensuring all experiments are documented and reproducible. Integrates with SpecWeave's living docs for persistent experiment knowledge.
2026-01-05
journal.md
17
1 export journal
2 maragudk from "maragudk/skills"
3 Guide for using the AI's persistent journal database
2026-01-05
Unnamed Skill.md
17
1 export Unnamed Skill
2 anton-abyzov from "anton-abyzov/specweave"
3 Detects multi-repo architecture from user prompts and guides setup. Activates for: multiple repos, 3 repos, frontend repo, backend repo, shared library repo, monorepo services, microservices, separate repos, FE/BE/Shared, multi-repo architecture, independent repos.
2026-01-05
Unnamed Skill.md
17
1 export Unnamed Skill
2 anton-abyzov from "anton-abyzov/specweave"
3 Multi-agent orchestration system that coordinates specialized agents (PM, Architect, DevOps, QA, Tech Lead, Security) to work together on complex tasks. Implements hierarchical orchestrator-worker pattern. Activates for complex multi-step requests requiring multiple roles/skills. Keywords: build product, create SaaS, full implementation, end-to-end, multi-agent, orchestrate, coordinate roles, complex project.
2026-01-05
sf-deploy.md
17
1 export sf-deploy
2 Jaganpro from "Jaganpro/sf-skills"
3 Comprehensive Salesforce DevOps automation using sf CLI v2. Use when deploying metadata, managing scratch orgs, setting up CI/CD pipelines, or troubleshooting deployment errors.
2026-01-05
task-execution-engine.md
17
1 export task-execution-engine
2 notedit from "notedit/happy-coding-agent"
3 Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.
2026-01-05
testing.md
17
1 export testing
2 booch from "booch/config_files"
3 Testing philosophy and practices. This skill should be used when writing tests, designing test strategies, or reviewing test code. Use proactively when discussing TDD, red-green-refactor, test doubles, mocks, stubs, fakes, RSpec, Jest, pytest, unit tests, integration tests, test coverage, or test-first development. (user)
2026-01-05
sf-ai-agentforce-testing.md
17
1 export sf-ai-agentforce-testing
2 Jaganpro from "Jaganpro/sf-skills"
3 Comprehensive Agentforce testing skill with test execution, coverage analysis, and agentic fix loops. Run agent tests via sf CLI, analyze topic/action coverage, generate test specs, and automatically fix failing agents with 100-point scoring.
2026-01-05
kafka-cli-tools.md
17
1 export kafka-cli-tools
2 anton-abyzov from "anton-abyzov/specweave"
3 Expert knowledge of Kafka CLI tools (kcat, kcli, kaf, kafkactl). Auto-activates on keywords kcat, kafkacat, kcli, kaf, kafkactl, kafka cli, kafka command line, produce message, consume topic, list topics, kafka metadata. Provides command examples, installation guides, and tool comparisons.
2026-01-05
context-optimizer.md
17
1 export context-optimizer
2 anton-abyzov from "anton-abyzov/specweave"
3 Second-pass context optimization that analyzes user prompts and removes irrelevant specs, agents, and skills from loaded context. Achieves 80%+ token reduction through smart cleanup. Activates for optimize context, reduce tokens, clean context, smart context, precision loading.
2026-01-05
diagrams-architect.md
17
1 export diagrams-architect
2 anton-abyzov from "anton-abyzov/specweave"
3 Expert in creating Mermaid diagrams following C4 Model and SpecWeave conventions. Specializes in system architecture, sequence diagrams, ER diagrams, and deployment diagrams. Activates for diagram creation, architecture visualization, data modeling, sequence flows, C4 diagrams, HLD, LLD, Mermaid diagram, flowchart, class diagram, state diagram, entity relationship, database schema visualization, API flow diagram, microservices diagram, system overview, architecture diagram, draw diagram, create diagram, visualize architecture, show flow, explain visually.
2026-01-05