Browse Skills

20307 skills found

Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use before implementing UI changes or frontend PRs. Enforces TodoWrite with 18+ items. Triggers: "accessibility audit", "WCAG", "Lighthouse", "screen reader", "a11y", "NVDA", "VoiceOver", "keyboard navigation", "focus indicator". For "Core Web Vitals" in frontend/UI context, use this skill. For pure backend/API performance optimization, use performance-optimization instead. If thinking "WIP doesn't need this" - use it anyway.
2026-01-05
Context Engineering Framework.md
11
1 export Context Engineering Framework
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Autonomous context extraction and structuring for converting unstructured information from multiple sources into AI-interpretable structured formats.
2026-01-05
Deployment Automation.md
11
1 export Deployment Automation
2 happenings-community from "happenings-community/requests-and-offers"
3 Complete deployment system for Holochain hApps with multi-repository coordination, cross-platform builds, and CI/CD automation
2026-01-05
ci-cd.md
11
1 export ci-cd
2 williamzujkowski from "williamzujkowski/standards"
3 CI/CD pipeline standards for GitHub Actions, GitLab CI, and deployment automation. Covers testing gates, security scanning, artifact management, and deployment strategies for reliable software delivery.
2026-01-05
agent-onboarding.md
11
1 export agent-onboarding
2 gptme from "gptme/gptme-contrib"
3 Comprehensive framework for effective gptme agent onboarding that builds user trust, communicates capabilities clearly, and establishes productive working relationships from the first interaction.
2026-01-05
Performance Analysis and Optimization.md
11
1 export Performance Analysis and Optimization
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 CPU profiling, benchmarking, and memory analysis for Rust applications. Use when code is slow, memory usage is high, or optimization is needed.
2026-01-05
react-native-mobile.md
11
1 export react-native-mobile
2 williamzujkowski from "williamzujkowski/standards"
3 React Native mobile development covering iOS and Android cross-platform apps, navigation, state management, native modules, and performance optimization for production-ready mobile applications
2026-01-05
writing-app-release-notes.md
11
1 export writing-app-release-notes
2 czottmann from "czottmann/claude-code-stuff"
3 Use when being asked to write release notes for an app
2026-01-05
kotlin-coding-standards.md
11
1 export kotlin-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Master Kotlin coding standards with null safety, coroutines, and idiomatic patterns. Use when developing JVM/Android applications requiring type-safe async programming.
2026-01-05
using-xcode.md
11
1 export using-xcode
2 czottmann from "czottmann/claude-code-stuff"
3 Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools
2026-01-05
committing.md
11
1 export committing
2 abhinav from "abhinav/home"
3 Use when committing work, amending commits, creating or stacking branches - applies to all commit operations including "quick commits", emergency fixes, and when user already used raw git commands. ALWAYS use git-spice instead of git checkout, git commit, or git branch.
2026-01-05
pattern-discovery.md
11
1 export pattern-discovery
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating components, writing API routes, or adding database operations. Ensures existing patterns are checked first before writing new code.
2026-01-05
railstart-preset-builder.md
11
1 export railstart-preset-builder
2 dpaluy from "dpaluy/railstart"
3 Guide for creating railstart preset configuration files. Use when building new presets, customizing Rails 8 app generation, creating team-specific configurations, or defining opinionated Rails stacks. Covers YAML structure, ID-based merging, post-action configuration, and testing presets for the railstart gem.
2026-01-05
is-website-safe.md
11
1 export is-website-safe
2 madsstoumann from "madsstoumann/browser-style"
3 Analyzes website safety and trustworthiness by checking domain registration, WHOIS data, DNS records, and Trustpilot reviews. Returns a comprehensive trust score and security report. Use when checking if a website is safe, legitimate, trustworthy, or when analyzing domain reputation.
2026-01-05
mobile-android.md
11
1 export mobile-android
2 williamzujkowski from "williamzujkowski/standards"
3 Mobile-Android standards for mobile android in Frontend environments.
2026-01-05
pc-graphql-frontend.md
11
1 export pc-graphql-frontend
2 sail-sail from "sail-sail/nest"
3 前端自定义 GraphQL API 接口. 当需要在 Vue 3 前端调用后端自定义接口(非标准 CRUD)时使用此技能
2026-01-05
kro-rgd-pulumi.md
11
1 export kro-rgd-pulumi
2 tyrchen from "tyrchen/claude-skills"
3 Create production-ready KRO ResourceGraphDefinitions using Pulumi TypeScript. Use when users need to define custom Kubernetes APIs, compose resources with KRO, integrate AWS ACK resources, or build platform abstractions using Pulumi infrastructure as code.
2026-01-05
tidbx-serverless.md
11
1 export tidbx-serverless
2 pingcap from "pingcap/agent-rules"
3 Guidance for using the TiDB Cloud Serverless Driver (Beta) in Node.js, serverless, and edge environments. Use when connecting to TiDB Cloud Starter/Essential over HTTP with @tidbcloud/serverless, or when integrating with Prisma/Kysely/Drizzle serverless adapters in Vercel/Cloudflare/Netlify/Deno/Bun.
2026-01-05
Security Audit and Vulnerability Scanning.md
11
1 export Security Audit and Vulnerability Scanning
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Comprehensive security audit workflow including dependency scanning, unsafe code detection, and secret management. Use when scanning for vulnerabilities or before production deployment.
2026-01-05
chat-history.md
11
1 export chat-history
2 tyrchen from "tyrchen/claude-skills"
3 Extract and organize Claude Code session history into project .chats directory. Use when users want to document their Claude sessions, export conversation inputs, or maintain a log of instructions given to Claude.
2026-01-05
zero-trust-security.md
11
1 export zero-trust-security
2 williamzujkowski from "williamzujkowski/standards"
3 Zero-trust architecture operates on the principle: "Never trust, always verify." Unlike traditional perimeter-based security, zero-trust assumes breach and verifies every request regardless of origin.
2026-01-05
lnd.md
11
1 export lnd
2 Roasbeef from "Roasbeef/claude-files"
3 Run and interact with lnd Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing lnd containers, and calling lnd RPC endpoints (getinfo, connect, open/close channels, pay/receive). Supports bitcoind, btcd, and neutrino backends.
2026-01-05
github-pr-merge.md
11
1 export github-pr-merge
2 fvadicamo from "fvadicamo/dev-agent-skills"
3 Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.
2026-01-05
python-code-quality.md
10
1 export python-code-quality
2 basher83 from "basher83/lunar-claude"
3 Python code quality tooling with ruff and pyright. Use when setting up linting, formatting, type checking, configuring ruff or pyright, or establishing code quality standards.
2026-01-05