发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
DevOps Rules
- Fail fast: run linting and unit tests before expensive integration tests — saves time and compute - Cache dependencies between runs — `npm install` on every build wastes minutes - Pin action versions with SHA, not tags — `actions/checkout@v3` can change, SHA is immutable - Secrets in environment variables, never in code or logs — mask them in CI output - Parallel jobs for independent steps — test, lint, and build can run simultaneously
Setup — Biotechnology
Read this when the skill activates to understand integration guidelines.
Binance SDK and CLI Workflows
Binance provides official SDK connectors for major languages. There is no single official Binance terminal CLI that covers all Spot workflows. Use `curl` for deterministic operations and official connectors for larger integrations.
Setup — AWS
Read this on first use to understand integration options.
iOS Integration — Apple Search Ads
Complete guide for integrating Apple Search Ads attribution in your iOS app.