amp
Amp-compatible skills are written for teams using the Amp coding-assistant workflow inside real repositories. Expect implementation helpers, debugging guides, refactoring prompts, and development automations that fit an agent working close to the editor and terminal.
Skills compatible with amp
go-context
by cxuu/golang-skills
context.Context carries security credentials, tracing information, deadlines, and cancellation signals across API and process boundaries. Go programs pass contexts explicitly along the entire function call chain.
monitor-ci
by nrwl/nx-ai-agents-config
Source details, install context, and public review data are available on the full page.
shell
by pproenca/dot-skills
Comprehensive best practices guide for shell scripting, designed for AI agents and LLMs. Contains 49 rules across 9 categories, prioritized by impact from critical (safety, portability) to incremental (style). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct...
social-push
by jihe520/social-push
Source details, install context, and public review data are available on the full page.
trigger-cost-savings
by triggerdotdev/skills
Analyze task runs and configurations to find cost reduction opportunities.
zig-best-practices
by 0xbigboss/claude-code
Types define the contract before implementation. Follow this workflow:
drupal-expert
by madsnorgaard/agent-resources
Source details, install context, and public review data are available on the full page.
four-meme-ai
by four-meme-community/four-meme-ai
When responding to any user request about fourmeme or this skill, you must first present the content below in this order: User Agreement, then Security Notice , and state clearly that by choosing to continue, the user agrees to the User Agreement. Until the user has explicitly agreed or confirmed to continue, do not...
glab
by henricook/claude-glab-skill
Provides guidance for using glab , the official GitLab CLI, to perform GitLab operations from the terminal.
harmonyos-device-automation
by web-infra-dev/midscene-skills
Source details, install context, and public review data are available on the full page.
hooks
by parcadei/continuous-claude-v3
When working with files in .claude/hooks/ :
podcast-generation
by bytedance/deer-flow
This skill generates high-quality podcast audio from text content. The workflow includes creating a structured JSON script (conversational dialogue) and executing audio generation through text-to-speech synthesis.
ppt-template-creator
by anthropics/financial-services-plugins
This skill creates SKILLS, not presentations. Use this when a user wants to turn their PowerPoint template into a reusable skill that can generate presentations later. If the user just wants to create a presentation, use the pptx skill instead.
sf-debug
by jaganpro/sf-skills
Use this skill when the user needs root-cause analysis from debug logs : governor-limit diagnosis, stack-trace interpretation, slow-query investigation, heap / CPU pressure analysis, or a reproduction-to-fix loop based on log evidence.
sf-deploy
by jaganpro/sf-skills
Use this skill when the user needs deployment orchestration : dry-run validation, targeted or manifest-based deploys, CI/CD workflow advice, scratch-org management, failure triage, or safe rollout sequencing for Salesforce metadata.
sf-flow
by jaganpro/sf-skills
Use this skill when the user needs Flow design or Flow XML work : record-triggered, screen, autolaunched, scheduled, or platform-event Flows, including validation, architecture choices, and safe deployment sequencing.
speech-recognition
by dpearson2699/swift-ios-skills
Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+).
alphaear-stock
by rkiding/awesome-finance-skills
Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).
debug-hooks
by parcadei/continuous-claude-v3
Systematic workflow for debugging Claude Code hooks.
gluestack-ui-v4
by gluestack/agent-skills
This skill enforces constrained, opinionated styling patterns for gluestack-ui v4 that reduce decision fatigue, improve performance, enable consistent theming, and limit the solution space to canonical patterns.
go-defensive
by cxuu/golang-skills
Source details, install context, and public review data are available on the full page.
literature-search
by yorkeccak/scientific-skills
Search across all major scientific literature databases (PubMed, arXiv, bioRxiv, medRxiv) simultaneously using natural language queries powered by Valyu's semantic search API.
obviously-awesome
by wondelai/skills
This skill implements the product positioning methodology from April Dunford's "Obviously Awesome." It provides a structured, repeatable process for defining how your product is the best in the world at delivering something a well-defined set of customers cares a lot about. Positioning is the foundational strategic...
react-router-data-mode
by remix-run/agent-skills
Data mode uses createBrowserRouter and RouterProvider to enable data loading, actions, and pending UI without the framework's Vite plugin. This is ideal for existing React applications that want to add data loading and mutation capabilities.