███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1301 | coder | starchild-ai-agent/official-skills |
Coder You write code that works. Not templates. Not placeholders. Working code, tested and proven. Always respond in the user's language. How You Work Read first, then edit. Understand the context before touching anything. Don't guess what a file contains — open it. Be resourceful before asking questions. Try to figure it out, check the context, search for it. Come back with answers, not questions. Tools: read_file , write_file , edit_file , bash All paths are relative to workspace. Use read_fil...
|
1K |
| 1302 | meta-tags-optimizer | aaron-he-zhu/seo-geo-claude-skills |
Meta Tags Optimizer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
1K |
| 1303 | flutter-testing | flutter/skills |
flutter-automated-testing Goal Generates, configures, and debugs automated tests for Flutter applications, encompassing unit, widget, integration, and plugin testing. Analyzes architectural components (such as MVVM layers) to produce isolated, mock-driven tests and end-to-end device tests. Assumes a standard Flutter project structure, existing business logic, and familiarity with Dart testing paradigms. Instructions 1. Determine Test Type (Decision Logic) Evaluate the user's target code to deter...
|
1K |
| 1304 | flutter-building-plugins | flutter/skills |
Developing Flutter Plugins Contents Architecture & Design Patterns Workflow: Creating a New Plugin Workflow: Implementing Android Platform Code Workflow: Implementing Windows Platform Code Workflow: Adding Platforms to an Existing Plugin Examples Architecture & Design Patterns Federated Plugins Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct compone...
|
1K |
| 1305 | senior-architect | sickn33/antigravity-awesome-skills |
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
|
1K |
| 1306 | home-assistant-best-practices | homeassistant-ai/skills |
Home Assistant Best Practices Use native Home Assistant syntax wherever possible. Templates bypass validation and fail silently at runtime, making intent opaque. Native Conditions Over Templates See Conditions and wait_for_trigger docs. Instead of template Use native construct {{ states('sensor.x') in ['a', 'b'] }} condition: state with state: ["a", "b"] {{ not is_state('sensor.x', 'off') }} condition: not wrapping a state condition {{ state_attr('alarm.x', 'changed_by') == 'Guest' }} condition:...
|
1K |
| 1307 | database-migrations | affaan-m/everything-claude-code |
Database Migration Patterns Safe, reversible database schema changes for production systems. When to Activate Creating or altering database tables Adding/removing columns or indexes Running data migrations (backfill, transform) Planning zero-downtime schema changes Setting up migration tooling for a new project Core Principles Every change is a migration — never alter production databases manually Migrations are forward-only in production — rollbacks use new forward migrations Schema and data mi...
|
1K |
| 1308 | deployment-patterns | affaan-m/everything-claude-code |
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Instance 1: v1 → v2 (update f...
|
1K |
| 1309 | flutter-embedding-native-views | flutter/skills |
Integrating Platform Views and Web Content Contents Platform Views Architecture Web Embedding Architecture Workflow: Implementing Android Platform Views Workflow: Implementing iOS Platform Views Workflow: Embedding Flutter in Web Applications Examples Platform Views Architecture Platform Views allow embedding native views (Android, iOS, macOS) directly into a Flutter application, enabling the application of transforms, clips, and opacity from Dart. Android Implementations (API 23+) Choose the ap...
|
1K |
| 1310 | userinterface-wiki | raphaelsalaja/userinterface-wiki |
User Interface Wiki Comprehensive UI/UX best practices guide for web interfaces. Contains 119 rules across 11 categories, prioritized by impact to guide automated code review and generation. When to Apply Reference these guidelines when: Implementing or reviewing animations (CSS transitions, Motion/Framer Motion) Choosing between springs, easing curves, or no animation Working with AnimatePresence and exit animations Writing CSS with pseudo-elements or View Transitions API Adding audio feedback ...
|
1K |
| 1311 | fact-checker | shubhamsaboo/awesome-llm-apps |
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
|
1K |
| 1312 | astro-framework | delineas/astro-framework-agents |
Astro Framework Specialist Senior Astro specialist with deep expertise in islands architecture, content-driven websites, and hybrid rendering strategies. Role Definition You are a senior frontend engineer with extensive Astro experience. You specialize in building fast, content-focused websites using Astro's islands architecture, content collections, and hybrid rendering. You understand when to ship JavaScript and when to keep things static. When to Use This Skill Activate this skill when: ...
|
1K |
| 1313 | twitter-algorithm-optimizer | composiohq/awesome-claude-skills |
Twitter Algorithm Optimizer When to Use This Skill Use this skill when you need to: Optimize tweet drafts for maximum reach and engagement Understand why a tweet might not perform well algorithmically Rewrite tweets to align with Twitter's ranking mechanisms Improve content strategy based on the actual ranking algorithms Debug underperforming content and increase visibility Maximize engagement signals that Twitter's algorithms track What This Skill Does Analyzes tweets against Twitter's core r...
|
1K |
| 1314 | solana-vulnerability-scanner | trailofbits/skills |
Solana Vulnerability Scanner 1. Purpose Systematically scan Solana programs (native and Anchor framework) for platform-specific security vulnerabilities related to cross-program invocations, account validation, and program-derived addresses. This skill encodes 6 critical vulnerability patterns unique to Solana's account model. 2. When to Use This Skill Auditing Solana programs (native Rust or Anchor) Reviewing cross-program invocation (CPI) logic Validating program-derived address (PDA) implem...
|
1K |
| 1315 | asc-id-resolver | rudrankriyam/app-store-connect-cli-skills |
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Version ID asc versions list --app "APP_ID" --paginate TestFlight IDs Groups: asc beta-g...
|
1K |
| 1316 | coingecko | starchild-ai-agent/official-skills |
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
|
1K |
| 1317 | asc-build-lifecycle | rudrankriyam/app-store-connect-cli-skills |
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --wait asc publish appstore --app "APP_ID" --ipa "./app.ipa" --...
|
1K |
| 1318 | memory-management | aaron-he-zhu/seo-geo-claude-skills |
Memory Management SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-...
|
1K |
| 1319 | atxp | atxp-dev/cli |
ATXP Tools Access ATXP's paid API tools via CLI. Authentication Check if authenticated echo $ATXP_CONNECTION If not set, login: npx atxp login source ~/.atxp/config Commands Command Description npx atxp search <query> Real-time web search npx atxp image <prompt> AI image generation npx atxp music <prompt> AI music generation npx atxp video <prompt> AI video generation npx atxp x <query> X/Twitter search PaaS Tools Deploy serverless applications with functions, databases, object storage, c...
|
1K |
| 1320 | frontend-design | mager/frontend-design |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
1K |
| 1321 | javascript-pro | jeffallan/claude-skills |
JavaScript Pro Senior JavaScript developer with 10+ years mastering modern ES2023+ features, asynchronous patterns, and full-stack JavaScript development. Role Definition You are a senior JavaScript engineer with 10+ years of experience. You specialize in modern ES2023+ JavaScript, Node.js 20+, asynchronous programming, functional patterns, and performance optimization. You build clean, maintainable code following modern best practices. When to Use This Skill Building vanilla JavaScript appl...
|
1K |
| 1322 | spec-to-code-compliance | trailofbits/skills |
When to Use Use this skill when you need to: Verify code implements exactly what documentation specifies Audit smart contracts against whitepapers or design documents Find gaps between intended behavior and actual implementation Identify undocumented code behavior or unimplemented spec claims Perform compliance checks for blockchain protocol implementations Concrete triggers: User provides both specification documents AND codebase Questions like "does this code match the spec?" or "what's mi...
|
1K |
| 1323 | decision-helper | shubhamsaboo/awesome-llm-apps |
Decision Helper You are an expert at facilitating structured decision-making using proven frameworks. When to Apply Use this skill when: Evaluating multiple options Making complex decisions Weighing trade-offs Reducing decision paralysis Structuring choices systematically Decision Frameworks 1. Pros/Cons Analysis Simple comparison of advantages and disadvantages 2. Decision Matrix Weight criteria and score options 3. Cost-Benefit Analysis Quantify costs vs benefits 4. SWOT Analysis Strengths, We...
|
1K |
| 1324 | dotnet-core-expert | jeffallan/claude-skills |
.NET Core Expert Senior .NET Core specialist with deep expertise in .NET 8, modern C, minimal APIs, and cloud-native application development. Role Definition You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 8, C 12, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture. When to Use This Skill Building minimal APIs with .NET 8 Implementing cle...
|
1K |
| 1325 | typescript-best-practices | 0xbigboss/claude-code |
TypeScript Best Practices Pair with React Best Practices When working with React components (.tsx, .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Type-First Development Types define the contract before implementation. Follow this workflow: Define the data model - types, interfaces, and schemas first Define functio...
|
1K |
| 1326 | pr-creator | google-gemini/gemini-cli |
Pull Request Creator This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards. Workflow Follow these steps to create a Pull Request: Branch Management: Check the current branch to avoid working directly on main. Run git branch --show-current. If the current branch is main, create and switch to a new descriptive branch: git checkout -b <new-branch-name> Locate Template: Search for a pull request template in the repository. Check .github/pull_r...
|
1K |
| 1327 | wallet | starchild-ai-agent/official-skills |
Wallet Interact with this agent's on-chain wallets. Each agent has one wallet per chain (EVM + Solana). Supports balance queries, transfers (policy-gated), message signing, and transaction history. Authentication is automatic via Fly OIDC token — no API keys or wallet addresses needed. Wallets are bound to this machine at deploy time. Available Tools (13) Multi-Chain Tools Tool Description wallet_info Get all wallet addresses and chain types wallet_get_all_balances PRIMARY TOOL - Get complete po...
|
1K |
| 1328 | rank-tracker | aaron-he-zhu/seo-geo-claude-skills |
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights. When to Use This Skill - Setting up ranking tracking for new campaigns - Monitoring keyword position changes - Analyzing ranking trends over time - Comparing rankings against competitors - Tracking SERP feature appearances - Monitoring AI Overview inclusions - Creating ranking report...
|
1K |
| 1329 | writing-prds | refoundai/lenny-skills |
Writing PRDs Help the user write effective product requirements documents using frameworks and insights from 11 product leaders. How to Help When the user asks for help with PRDs: Start with the why - Ask about the problem being solved and why it matters now, before features Define success upfront - Help them articulate how they'll know the feature succeeded Choose the right format - Discuss whether they need a traditional doc, a prototype, or executable evals Keep it actionable - Ensure the doc...
|
1K |
| 1330 | flutter-app-size | flutter/skills |
flutter-app-size-optimization Goal Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a configured Flutter environment and target platform availability. Decision Logic Use the following decision tree to determine the correct measurement and o...
|
999 |
| 1331 | stock-research-executor | liangdabiao/claude-code-stock-deep-research-agent |
You are a Stock Investment Research Executor responsible for conducting comprehensive, multi-phase investment due diligence using a structured 8-phase research framework. Your role is to transform structured investment research prompts into well-cited, comprehensive due diligence reports. Core Responsibilities - Execute the 8-Phase Investment Research Process - Deploy Multi-Agent Research Strategy (parallel agents for efficiency) - Ensure Citation Accuracy and Quality (A-E source quality ra...
|
999 |
| 1332 | monitoring-expert | jeffallan/claude-skills |
Monitoring Expert Observability and performance specialist implementing comprehensive monitoring, alerting, tracing, and performance testing systems. Role Definition You are a senior SRE with 10+ years of experience in production systems. You specialize in the three pillars of observability: logs, metrics, and traces. You build monitoring systems that enable quick incident response, proactive issue detection, and performance optimization. When to Use This Skill Setting up application monitor...
|
998 |
| 1333 | xiaohongshu | autoclaw-cc/xiaohongshu-mcp-skills |
你是小红书自动化助手,通过 xiaohongshu-mcp 的 MCP 工具帮助用户操作小红书。 前置检查(每次执行必做) 所有小红书操作依赖 xiaohongshu-mcp 提供的 MCP 工具(如 check_login_status 、 search_feeds 等)。执行任何操作前,先确认这些工具是否可用: 判断方法 :检查当前可用的 MCP 工具列表中是否存在 check_login_status 。 工具存在 → 正常执行后续流程 工具不存在 → 说明 xiaohongshu-mcp 服务未配置。直接告知用户:「小红书 MCP 服务尚未连接,请先运行 /setup-xhs-mcp 完成部署和配置。」不要尝试用其他工具(如 Playwright、WebFetch)代替。 意图识别与路由 根据用户输入判断意图,然后直接按对应子 skill 的指令执行。如果意图不明确,先询问用户想做什么。 用户意图 执行 典型说法 安装部署 按 setup-xhs-mcp 执行 安装、部署、配置、第一次用、连不上 登录 按 xhs-login 执行 登录、扫码、切换账号、检查登录 发布内容 按 ...
|
998 |
| 1334 | browser-preview | starchild-ai-agent/official-skills |
Browser Preview You already know preview_serve and preview_stop . This skill fills the gap: what happens after preview_serve returns a URL — how the user actually sees it. What is Browser The frontend has a right-side panel with two tabs: Workspace and Browser . Browser renders preview URLs inside an iframe. When you call preview_serve , the frontend automatically opens a Browser tab loading that URL. Key facts: Each preview_serve call creates one Browser tab URL format: https://<host>/preview/{...
|
997 |
| 1335 | asc-ppp-pricing | rudrankriyam/app-store-connect-cli-skills |
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
|
993 |
| 1336 | skill-creator | starchild-ai-agent/official-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
993 |
| 1337 | wallet-policy | starchild-ai-agent/official-skills |
Wallet Policy Generator You help users create wallet security policy rules. The user describes what they want in plain language, and you generate the exact Privy policy rules JSON. After generating the rules, you MUST call the wallet_propose_policy tool to send the proposal to the user for review and approval. Always respond in the user's language. Output Format After generating the policy rules, call the wallet_propose_policy tool: wallet_propose_policy( chain_type="ethereum", "ethere...
|
992 |
| 1338 | better-icons | better-auth/better-icons |
Better Icons Search and retrieve icons from 200+ libraries via Iconify. CLI Search icons better-icons search <query> [--prefix <prefix>] [--limit <n>] [--json] Get icon SVG (outputs to stdout) better-icons get <icon-id> [--color <color>] [--size <px>] [--json] Setup MCP server for AI agents better-icons setup [-a cursor,claude-code] [-s global|project] Examples better-icons search arrow --limit 10 better-icons search home --json | jq '.icons[0]' better-icons get lucide:home > icon.svg be...
|
991 |
| 1339 | convex-security-audit | waynesutton/convexskills |
Convex Security Audit Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth/functions-auth Production Security: https://docs.convex.dev/production For broader context: https://docs.convex.dev/llms.txt Instructions Security Audit Areas...
|
989 |
| 1340 | api-documentation-generator | sickn33/antigravity-awesome-skills |
API Documentation Generator Overview Automatically generate clear, comprehensive API documentation from your codebase. This skill helps you create professional documentation that includes endpoint descriptions, request/response examples, authentication details, error handling, and usage guidelines. Perfect for REST APIs, GraphQL APIs, and WebSocket APIs. When to Use This Skill Use when you need to document a new API Use when updating existing API documentation Use when your API lacks clear docum...
|
989 |
| 1341 | token-integration-analyzer | trailofbits/skills |
Token Integration Analyzer Purpose I will systematically analyze your codebase for token-related security concerns using Trail of Bits' token integration checklist. I help with: Token Implementations: Analyze if your token follows ERC20/ERC721 standards or has non-standard behavior Token Integrations: Analyze how your protocol handles arbitrary tokens, including weird/non-standard tokens On-chain Analysis: Query deployed contracts for scarcity, distribution, and configuration Security Assessme...
|
989 |
| 1342 | template-skill | noizai/skills |
Insert instructions below
|
988 |
| 1343 | sentry-fix-issues | getsentry/sentry-agent-skills |
Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry project/organization Security Constra...
|
987 |
| 1344 | tailwindcss-animations | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Animations & Transitions Built-in Animations Spin Continuous rotation for loading indicators: <svg class="animate-spin h-5 w-5 text-blue-500" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4" /> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" /> </svg> Ping Radar-style pulse for notifications: <span class="relative flex h-3 w-3"> <span class="animate-ping absolute inli...
|
987 |
| 1345 | risk-management | 0xhubed/agent-trading-arena |
Risk Management Last updated: 2026-01-17 20:31 UTC Active patterns: 40 Total samples: 13385 Confidence threshold: 60% Core Principles These rules are derived from analyzing profitable vs losing trades: Rule Success Rate Samples Confidence Seen Trade count inversely correlates with pe... 95% 861 55% 1x Trade frequency should adapt to market r... 95% 950 95% 1x Validate risk per trade explicitly befor... 92% 157 65% 1x Validate risk per trade explicitly befor... 92% 164 70% 1x Trade frequency ...
|
987 |
| 1346 | flutter-concurrency | flutter/skills |
Flutter Concurrency and Data Management Goal Implements advanced Flutter data handling, including background JSON serialization using Isolates, asynchronous state management, and platform-aware concurrency to ensure jank-free 60fps+ UI rendering. Assumes a standard Flutter environment (Dart 2.19+) with access to dart:convert , dart:isolate , and standard state management paradigms. Decision Logic Use the following decision tree to determine the correct serialization and concurrency approach befo...
|
985 |
| 1347 | release-management | recoupable/release-management |
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
|
983 |
| 1348 | setup-artist | recoupable/setup-artist |
Setup Artist Scaffold a complete artist workspace so agents can start working immediately. Prerequisites The sandbox has already been set up (see setup-sandbox skill) An artist folder exists at orgs/{org}/artists/{artist-slug}/ with a RECOUP.md marker file The RECOUP.md file contains the artist's name, slug, and Recoup ID (created by setup-sandbox ) Folder Structure {artist-slug}/ ├── RECOUP.md ├── README.md ├── .env.example ├── .env ├── context/ │ ├── artist.md │ ├── audience.md │ ├── era...
|
983 |
| 1349 | flutter-localization | flutter/skills |
Flutter Localization Setup Goal Configures and implements internationalization (i18n) and localization (l10n) in a Flutter application. This skill manages dependency injection ( flutter_localizations , intl ), code generation configuration ( l10n.yaml ), root widget setup ( MaterialApp , CupertinoApp , or WidgetsApp ), .arb translation file management, and platform-specific configurations (iOS Xcode project updates). It ensures proper locale resolution and prevents common assertion errors relate...
|
982 |
| 1350 | daily-news-caster | noizai/skills |
Daily News Caster Skill This skill allows the agent to fetch real-time news, organize it into a conversational podcast script, and generate an audio file reading the script out loud. Workflow Instructions When the user asks to get the latest news and make a podcast out of it, follow these steps strictly: Step 1: Ensure Skills are Installed If the news-aggregator-skill and tts skills are not already installed in the workspace, run the following commands to install them: npx skills add https://git...
|
980 |