███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8901 | accelint-react-best-practices | gohypergiant/agent-skills |
React Best Practices Comprehensive performance optimization and best practices for React applications, designed for AI agents and LLMs working with React code. When to Activate This Skill Use this skill when the task involves: Writing React Code Creating new React components or hooks Writing JSX elements or fragments Implementing state management with useState , useReducer , etc. Setting up effects with useEffect , useLayoutEffect Creating memoized values or components with useMemo , useCallback...
|
90 |
| 8902 | financial-document-parser | onewave-ai/claude-skills |
Financial Document Parser Extract structured data from financial documents with automatic categorization and analysis. When to Use This Skill Activate when the user: Provides invoices, receipts, or bank statements Asks to "parse this invoice" or "extract data from this receipt" Needs expense categorization Wants to track spending patterns Asks to generate expense reports Mentions financial document analysis Provides PDF or image of financial documents Instructions Identify Document Type In...
|
90 |
| 8903 | livestream-engineer | daffy0208/ai-dev-standards |
Livestream Engineer Skill I help you build live streaming features, implement WebRTC, and create real-time broadcasting experiences. What I Do Live Streaming: WebRTC peer-to-peer video Live broadcasting Screen sharing Real-time chat Streaming Platforms: Twitch-style streaming Video conferencing Live events Webinars WebRTC Basics Peer-to-Peer Video Call // lib/webrtc.ts export class WebRTCConnection { private peerConnection: RTCPeerConnection private localStream: MediaStream | null = nu...
|
90 |
| 8904 | release-skills | freestylefly/canghe-skills |
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
|
90 |
| 8905 | chat-with-arxiv | qodex-ai/ai-agent-skills |
Chat with ArXiv Build intelligent agents that understand, discuss, and synthesize academic research papers from ArXiv, enabling conversational exploration of scientific literature. Overview ArXiv chat agents combine: Paper Discovery: Search and retrieve relevant research Content Processing: Extract and understand paper content Question Answering: Answer questions about papers Research Synthesis: Identify connections between papers Conversational Interface: Natural discussion about research A...
|
90 |
| 8906 | senior-pm | alirezarezvani/claude-skills |
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. This skill provides sophisticated portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for managing complex, multi-million dollar project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, ...
|
90 |
| 8907 | drawio-architecture | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
90 |
| 8908 | using-neon | davila7/claude-code-templates |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information. Below you'll find a list of resources organized by area ...
|
90 |
| 8909 | mixpanel-automation | composiohq/awesome-claude-skills |
Mixpanel Automation via Rube MCP Automate Mixpanel product analytics through Composio's Mixpanel toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/mixpanel Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mixpanel connection via RUBE_MANAGE_CONNECTIONS with toolkit mixpanel Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
90 |
| 8910 | yoink | bankrbot/openclaw-skills |
Yoink Play Yoink, an onchain capture-the-flag game on Base. Yoink the flag from the current holder to start your clock. The player with the most total yoinks holds the trophy. Contract: 0x4bBFD120d9f352A0BEd7a014bd67913a2007a878 on Base (chain ID 8453) Game Rules Yoink the flag - Call yoink() to take the flag from the current holder Cooldown - You must wait 10 minutes (600 seconds) between yoinks No self-yoink - You cannot yoink from yourself Accumulate time - While you hold the flag, your time ...
|
90 |
| 8911 | base | bankrbot/openclaw-skills |
No SKILL.md available for this skill. View on GitHub
|
90 |
| 8912 | pdf-official | sickn33/antigravity-awesome-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
90 |
| 8913 | data-scraper-agent | affaan-m/everything-claude-code |
Data Scraper Agent Build a production-ready, AI-powered data collection agent for any public data source. Runs on a schedule, enriches results with a free LLM, stores to a database, and improves over time. Stack: Python · Gemini Flash (free) · GitHub Actions (free) · Notion / Sheets / Supabase When to Activate User wants to scrape or monitor any public website or API User says "build a bot that checks...", "monitor X for me", "collect data from..." User wants to track jobs, prices, news, repos, ...
|
90 |
| 8914 | workflow-orchestrator | 404kidwiz/claude-supercode-skills |
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
|
90 |
| 8915 | readx | readx/cc |
readx — Twitter/X Intelligence Toolkit Setup If readx MCP tools are already available, no setup is needed — just use them. Otherwise, the user needs an API key. Direct them to https://readx.cc to sign up, then give them this command to save it (they replace YOUR_KEY themselves): mkdir -p ~/.config/readx && echo '{"api_key":"YOUR_KEY"}' > ~/.config/readx/credentials.json After the API key is configured, recommend installing the MCP server for a better experience: https://readx.cc/mcp-setup When t...
|
90 |
| 8916 | memory-systems | shipshitdev/library |
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
|
90 |
| 8917 | temporal-python-testing | sickn33/antigravity-awesome-skills |
Temporal Python Testing Strategies Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios. When to Use This Skill Unit testing workflows - Fast tests with time-skipping Integration testing - Workflows with mocked activities Replay testing - Validate determinism against production histories Local development - Set up Temporal server and pytest CI/CD integration - Automated testing pipelines Coverage strategies - Achiev...
|
90 |
| 8918 | nextjs-v16 | bobmatnyc/claude-mpm-skills |
Next.js 16 Async params/cookies/headers; opt-in caching via "use cache"; Turbopack default. Anti-patterns: ❌ Sync request APIs; ✅ await params, cookies(), and headers(). ❌ Keep middleware.ts; ✅ use proxy.ts and export function proxy. ❌ revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }. References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md
|
90 |
| 8919 | content-calendar | openclaudia/openclaudia-skills |
Content Calendar Skill You are a content calendar strategist. Your job is to build structured, sustainable publishing plans that maintain consistency, balance content types, and maximize reach across platforms. Gathering Requirements Before building any calendar, collect these inputs: Platforms - Which platforms? Twitter/X, LinkedIn, Instagram, TikTok, blog, newsletter, YouTube. Publishing capacity - How many posts per week can the team realistically produce? Team size - Solo creator, small team...
|
90 |
| 8920 | hybrid-search-implementation | sickn33/antigravity-awesome-skills |
Hybrid Search Implementation Patterns for combining vector similarity and keyword-based search. When to Use This Skill Building RAG systems with improved recall Combining semantic understanding with exact matching Handling queries with specific terms (names, codes) Improving search for domain-specific vocabulary When pure vector search misses keyword matches Core Concepts 1. Hybrid Search Architecture Query → ┬─► Vector Search ──► Candidates ─┐ │ │ ...
|
90 |
| 8921 | similarity-search-patterns | sickn33/antigravity-awesome-skills |
Similarity Search Patterns Patterns for implementing efficient similarity search in production systems. When to Use This Skill Building semantic search systems Implementing RAG retrieval Creating recommendation engines Optimizing search latency Scaling to millions of vectors Combining semantic and keyword search Core Concepts 1. Distance Metrics | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖...
|
90 |
| 8922 | ln-1000-pipeline-orchestrator | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pipeline Orchestrator Meta-orchestrator that reads the kanban board, shows available Stories, lets the user pick one to process, and drives it through the full pipeline (task planning -> validation -> execution -> quality gate) using Claude Code Agent Teams. Purpose & Scope Parse kanban board and show available Stories for ...
|
90 |
| 8923 | legal-counsel | olehsvyrydov/ai-development-team |
Legal Counsel (Generic) Trigger Use this skill when: Seeking legal advice on business matters Drafting contracts, NDAs, employment agreements Reviewing terms and conditions or contracts Handling data protection compliance (GDPR, CCPA, etc.) Dealing with employment disputes Property and tenancy issues Company formation and corporate governance Intellectual property questions Dispute resolution and litigation strategy Any action that may carry legal penalties Context You are a Senior Legal Coun...
|
90 |
| 8924 | distributed-debugging-debug-trace | sickn33/antigravity-awesome-skills |
Debug and Trace Configuration You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments. Use this skill when Setting up debugging workflows for teams Implementing distributed tracing and observability Diagnosing production or multi-service issues Establishing logging and diagnos...
|
90 |
| 8925 | slack-gif-creator | aiskillstore/marketplace |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
90 |
| 8926 | reelclaw | dansugc/reelclaw |
ReelClaw — UGC Reel Production Engine You are ReelClaw, an autonomous short-form video production engine that creates scroll-stopping UGC-style reels at scale. You combine AI-sourced reaction hooks, intelligent demo analysis, professional video editing, and automated publishing into a single pipeline. The Pipeline: DanSUGC (hooks + analytics) + Demos (analyzed by Gemini) + Text + Music | FFmpeg Assembly | Post-Bridge Scheduling | DanSUGC Analytics Proxy (tracking) | Replicate Winners References ...
|
90 |
| 8927 | memory-curator | irangareddy/openclaw-essentials |
Memory Curator Systematic memory management for agents through daily logging, session preservation, and knowledge extraction. Quick Start Log Today's Work Append to today's log python scripts/daily_log.py \ --workspace ~/.openclaw/workspace \ --entry "Implemented user authentication with JWT" \ --category "Key Activities" Show today's log python scripts/daily_log.py --workspace ~/.openclaw/workspace --show Search Memory Search all memory files python scripts/search_memory.py \ --workspace ~/....
|
90 |
| 8928 | godot-ui-theming | thedivergentai/gd-agentic-skills |
UI Theming Theme resources, StyleBox styling, font management, and override system define consistent UI visual identity. Available Scripts global_theme_manager.gd Expert theme manager with dynamic switching, theme variants, and fallback handling. ui_scale_manager.gd Runtime theme switching and DPI/Resolution scale management. NEVER Do in UI Theming NEVER create StyleBox in _ready() for many nodes — 100 buttons × StyleBoxFlat.new() in _ready() ? 100 duplicate objects. Create ONCE in theme resourc...
|
90 |
| 8929 | axiom-scenekit-ref | charleswiltgen/axiom |
SceneKit API Reference & Migration Mapping Complete API reference for SceneKit with RealityKit equivalents for every major concept. When to Use This Reference Use this reference when: Looking up SceneKit → RealityKit API equivalents during migration Checking specific SceneKit class properties or methods Planning which SceneKit features have direct RealityKit counterparts Understanding architectural differences between scene graph and ECS Part 1: SceneKit → RealityKit Concept Mapping Core Archite...
|
90 |
| 8930 | nanobanana-skill | feiskyer/claude-code-settings |
Nanobanana Image Generation Skill Generate or edit images using Google Gemini API through the nanobanana tool. Requirements GEMINI_API_KEY : Must be configured in ~/.nanobanana.env or export GEMINI_API_KEY=<your-api-key> Python3 with dependent packages installed : google-genai, Pillow, python-dotenv. They could be installed via python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.txt if not installed yet. Executable : ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/...
|
90 |
| 8931 | citation-bibliography-generator | dkyazzentwatwa/chatgpt-skills |
Citation & Bibliography Generator Generate properly formatted citations and bibliographies in multiple academic and professional styles. Supports manual entry, structured data import, and automatic metadata lookup via DOI/ISBN. Quick Start from scripts.citation_generator import CitationGenerator Create generator with desired style gen = CitationGenerator(style='apa') Cite a book citation = gen.cite_book( authors=["Smith, John", "Doe, Jane"], title="Research Methods in Social Scienc...
|
90 |
| 8932 | supabase-audit-functions | yoanbernabeu/supabase-pentest-skills |
Edge Functions Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each function tested Log to .sb-pentest-audit.log BEFORE and AFTER each function test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill discovers ...
|
90 |
| 8933 | yuque-personal-stale-detector | yuque/yuque-plugin |
Stale Detector — Yuque Knowledge Base Freshness Check Scan your Yuque knowledge bases to detect documents that haven't been updated for a long time and may contain outdated information, helping you maintain a healthy and accurate knowledge base. When to Use User wants to find outdated documents in their knowledge base User says "检查一下哪些文档过期了", "find stale docs", "我的知识库有哪些需要更新" User wants to do periodic knowledge base maintenance User says "帮我做个知识库健康检查", "哪些文档很久没更新了" Required MCP Tools All tools a...
|
90 |
| 8934 | telegram bot builder | davila7/claude-code-templates |
Telegram Bot Builder Comprehensive guidance for building Telegram bots using the Bot API (v9.4). Covers both Node.js and Python ecosystems with production-ready patterns for authentication, messaging, keyboards, media handling, payments, inline mode, webhooks, and deployment. When to Use This Skill Use this skill when: Building a new Telegram bot from scratch Integrating Telegram messaging into an existing application Setting up webhooks or long polling for bot updates Creating interactive menus...
|
90 |
| 8935 | capacitor-best-practices | cap-go/capgo-skills |
Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill Setting up a new Capacitor project Reviewing Capacitor app architecture Optimizing app performance Implementing security measures Preparing for app store submission Project Structure Recommended Directory Layout my-app/ ├── src/ Web app source ├── android/ Android native project ├── ios/ iOS native project ├...
|
90 |
| 8936 | wp-wpcli-and-ops | automattic/agent-skills |
WP-CLI and Ops When to use Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, domain migrations, protocol switch) DB export/import, resets, and inspections ( wp db * ) plugin/theme install/activate/update, language packs cron event listing/running cache/rewrite flushing multisite operations ( wp site * , --url , --network ) building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) Inputs required Where WP-CLI will run ...
|
90 |
| 8937 | create-mastra | mastra-ai/skills |
Create Mastra Skill Complete guide for creating new Mastra AI agent projects. Includes both quickstart CLI method and detailed manual installation with full working code examples. Official documentation: mastra.ai/docs Getting Started Ask: "How would you like to create your Mastra project?" Quick Setup - Copy and run: npm create mastra@latest Guided Setup - I walk you through each step, you approve commands Automatic Setup ⭐ - I create everything, just give me your API key For AI agents: T...
|
90 |
| 8938 | futurist-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of futures studies and strategic foresight, applying established forecasting frameworks (scenario planning, trend analysis, horizon scanning), anticipatory methods, and systems thinking to understand emerging trends, identify drivers of change, envision alternative futures, and develop strategic responses to uncertainty. When to Use This Skill - Strategic Planning: Long-term planning under uncertainty - Trend Analysis: Identifying emerging pattern...
|
90 |
| 8939 | code-polish | paulrberg/agent-skills |
Code Polish Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence: code-simplify — simplify for readability and maintainability code-review --fix — review for correctness, security, and quality, auto-applying all fixes Both sub-skills share the same scope resolution: only session-modified files are in scope. If there are no session-modified files, they fall back to all uncommitted tracked changes. See each sub-skill for full details. Workflow 1) Run code...
|
90 |
| 8940 | blitzreels-video-editing | blitzreels/agent-skills |
BlitzReels Video Editing Edit videos via the BlitzReels API: upload media, transcribe, edit timeline, apply captions, add overlays and backgrounds, then export. If the task is specifically long-form to shorts, podcast-to-shorts, suggestion-backed clipping, or public automatic-layout reframe planning, prefer the blitzreels-clipping skill first and come back here for lower-level timeline work. Important: project preview and visual QA endpoints now exist. Use them when an agent needs to verify fram...
|
90 |
| 8941 | spring-boot-testing | marcelorodrigo/agent-skills |
Spring Boot Testing Expert guide for testing Spring Boot 4 applications with modern patterns and best practices. Core Principles Test Pyramid : Unit (fast) > Slice (focused) > Integration (complete) Right Tool : Use the narrowest slice that gives you confidence AssertJ Style : Fluent, readable assertions over verbose matchers Modern APIs : Prefer MockMvcTester and RestTestClient over legacy alternatives Which Test Slice? Scenario Annotation Reference Controller + HTTP semantics @WebMvcTest refer...
|
90 |
| 8942 | photoshop-automator | abdul-karim-mia/photoshop-automator |
Photoshop Automator Skill (v1.2.4) This skill provides a high-performance bridge for automating Adobe Photoshop (vCS6 - 2026+) on Windows and macOS using the ExtendScript (JSX) engine via VBScript or AppleScript. Commands runScript : Executes raw ExtendScript (ES3) code. Use this for complex document manipulation. updateText : Target a specific text layer by name and update its contents instantly. createLayer : Create new art layers with custom opacity and blending modes. applyFilter : Apply a p...
|
90 |
| 8943 | product-development | rshankras/claude-code-apple-skills |
Product Development Expert Comprehensive product development guidance for iOS/macOS apps. This skill orchestrates the entire product lifecycle from idea validation to App Store release. When This Skill Activates Use this skill when the user: Has an app idea and wants to validate it Needs market research or competitive analysis Wants to generate product specifications Needs architecture or UX design documents Is preparing for App Store submission Wants end-to-end product planning Available Mo...
|
90 |
| 8944 | ontology | hiveminderbot/ontology |
Ontology A typed vocabulary + constraint system for representing knowledge as a verifiable graph. Core Concept Everything is an entity with a type , properties , and relations to other entities. Every mutation is validated against type constraints before committing. Entity: { id, type, properties, relations, created, updated } Relation: { from_id, relation_type, to_id, properties } When to Use Trigger Action "Remember that..." Create/update entity "What do I know about X?" Query graph "Link X to...
|
90 |
| 8945 | postmortem-writing | sickn33/antigravity-awesome-skills |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
90 |
| 8946 | network-watcher | useai-pro/openclaw-skills-security |
Network Watcher You are a network security auditor for OpenClaw. When a skill requests network permission, you analyze what connections it makes and whether they are legitimate. Why Network Monitoring Matters Network access is the primary vector for data exfiltration. A skill that can read files AND make network requests can steal your source code, credentials, and environment variables by sending them to an external server. Pre-Install Network Audit Before a skill with network permission is ins...
|
90 |
| 8947 | jotai | vercel-labs/json-render |
@json-render/jotai Jotai adapter for json-render's StateStore interface. Wire a Jotai atom as the state backend for json-render. Installation npm install @json-render/jotai @json-render/core @json-render/react jotai Usage import { atom } from "jotai" ; import { jotaiStateStore } from "@json-render/jotai" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom that holds the json-render state const uiAtom = atom < Record < string , unknown >> ( { count : 0 } ) ; // 2. Create t...
|
90 |
| 8948 | multi-agent-patterns | shipshitdev/library |
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Activate Activate this skill when: Single-agent context l...
|
90 |
| 8949 | pinia-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/pinia pinia Intuitive, type safe and flexible Store for Vue Version: 3.0.4 (Nov 2025) Deps: @vue/devtools-api@^7.7.7 Tags: next: 2.0.0-rc.10 (Sep 2021), beta: 2.1.8-beta.0 (Apr 2024), latest: 3.0.4 (Nov 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: defineStore({ id: 'storeName', ... }) — object signature with id property removed in v3.0.0; use defineStore('storeName', { ... ...
|
90 |
| 8950 | flutter-dev | bogdanustyak/flutter-expert-skill |
Expert guidance for Flutter and Dart development following official Flutter team best practices. Core Development Principles Code Philosophy - Apply SOLID principles throughout the codebase - Write concise, modern, technical Dart code with functional and declarative patterns - Favor composition over inheritance for building complex widgets and logic - Prefer immutable data structures, especially for widgets (use `StatelessWidget` when possible) - Separate ephemeral state from app state ...
|
90 |