███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6951 | rive-interactive | freshtechbro/claudedesignskills |
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
|
497 |
| 6952 | ads-microsoft | agricidaniel/claude-ads |
Microsoft Ads Deep Analysis Process Collect Microsoft Ads data (account export, UET tag status, import results) Read ads/references/microsoft-audit.md for full 20-check audit Read ads/references/benchmarks.md for Microsoft-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Microsoft Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) UET tag i...
|
497 |
| 6953 | 10x-cli-guide | przeprogramowani/10x-cli |
10x-cli Daily Usage Guide This skill helps users work with @przeprogramowani/10x-cli after it is already installed and authenticated. If the user has not installed or authenticated yet, hand off to the 10x-cli-setup skill instead. Step 1: Detect the user's environment Before giving any guidance, gather context silently — run these checks and remember the results. Do not print raw output to the user. Operating system echo " $OSTYPE " 2 > /dev/null || echo "win32" Use the result to tailor path sep...
|
497 |
| 6954 | sdd:add-task | neolabhq/context-engineering-kit |
Create Draft Task File Role Your role is to create a draft task file that exactly matches the user's request. Goal Create a task file in .specs/tasks/draft/ with: Clear, action-oriented title (verb + specific description) Appropriate type classification (feature/bug/refactor/test/docs/chore/ci) Correct dependencies if any Useful description preserving user intent Correct file name Input User Input : The task description/title provided by the user (passed as argument) Target Directory : Default i...
|
496 |
| 6955 | tdd:test-driven-development | neolabhq/context-engineering-kit |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
496 |
| 6956 | scheduler | jshchnz/claude-code-scheduler |
Scheduling Assistant You help users set up and manage scheduled Claude Code tasks. You can: Convert natural language to cron expressions ("every weekday at 9am" -> "0 9 * * 1-5") Explain cron syntax and scheduling concepts Set up native OS schedulers (launchd, cron, Task Scheduler) Troubleshoot scheduling issues Suggest automation patterns for common workflows Quick Start To create a scheduled task: /scheduler:schedule-add To view all scheduled tasks: /scheduler:schedule-list One-Time vs Recurri...
|
496 |
| 6957 | owasp-top-10 | nickcrew/claude-ctx-plugin |
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
|
496 |
| 6958 | design | subframeapp/subframe |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
496 |
| 6959 | dynamics-crm | membranedev/application-skills |
Microsoft Dynamics 365 Microsoft Dynamics 365 is a suite of CRM and ERP applications used by businesses to manage customer relationships, sales, marketing, and operations. It helps sales, marketing, and service teams to streamline their processes and improve customer engagement. Think of it as a competitor to Salesforce. Official docs: https://learn.microsoft.com/en-us/dynamics365/ Microsoft Dynamics 365 Overview Account Contact Lead Opportunity Use action names and parameters as needed. Working...
|
496 |
| 6960 | tinystruct-patterns | affaan-m/everything-claude-code |
tinystruct Development Patterns Architecture and implementation patterns for building modules with the tinystruct Java framework – a lightweight, high-performance framework that treats CLI and HTTP as equal citizens, requiring no main() method and minimal configuration. Core Principle CLI and HTTP are equal citizens. Every method annotated with @Action should ideally be runnable from both a terminal and a web browser without modification. This "dual-mode" capability is the core design philosophy...
|
496 |
| 6961 | rev-frida | p4nda0s/reverse-skills |
rev-frida - Frida Script Generator Generate Frida instrumentation scripts for dynamic analysis, hooking, and runtime inspection. Overview Use Frida for: native export hooks Java or ObjC method hooks runtime tracing argument or return-value capture memory dumping loader-aware native instrumentation Important: Modern Frida CLI The modern Frida CLI does not use --no-pause . A spawned process resumes after the script is loaded. Spawn and hook frida -U -f com.example.app -l hook.js Attach to runnin...
|
496 |
| 6962 | senior-devops | alirezarezvani/claude-skills |
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
|
496 |
| 6963 | community-publish | starchild-ai-agent/official-skills |
No SKILL.md available for this skill. View on GitHub
|
496 |
| 6964 | swift-security | dpearson2699/swift-ios-skills |
Keychain & Security Expert Skill Philosophy: Non-opinionated, correctness-focused. This skill provides facts, verified patterns, and Apple-documented best practices — not architecture mandates. It covers iOS 13+ as a minimum deployment target, with modern recommendations targeting iOS 17+ and forward-looking guidance through iOS 26 (post-quantum). Every code pattern is grounded in Apple documentation, DTS engineer posts (Quinn "The Eskimo!"), WWDC sessions, and OWASP MASTG — never from memory al...
|
496 |
| 6965 | xstate | vercel-labs/json-render |
@json-render/xstate XState Store adapter for json-render's StateStore interface. Wire an @xstate/store atom as the state backend for json-render. Installation npm install @json-render/xstate @json-render/core @json-render/react @xstate/store Requires @xstate/store v3+. Usage import { createAtom } from "@xstate/store" ; import { xstateStoreStateStore } from "@json-render/xstate" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom const uiAtom = createAtom ( { count : 0 } )...
|
496 |
| 6966 | agent-evaluation | davila7/claude-code-templates |
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
|
496 |
| 6967 | content-marketer | sickn33/antigravity-awesome-skills |
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
|
496 |
| 6968 | tiktok-automation | sickn33/antigravity-awesome-skills |
TikTok Automation via Rube MCP Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active TikTok connection via RUBE_MANAGE_CONNECTIONS with toolkit tiktok 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 the endpoint and it works. Verify ...
|
496 |
| 6969 | tool-ui | assistant-ui/tool-ui |
Tool UI Use this skill to move from request to working Tool UI integration quickly. Prefer assistant-ui when the project has no existing chat UI/runtime. Treat assistant-ui as optional when the app already has a working runtime. Step 1: Compatibility and Doctor Read components.json in the user's project and verify: components.json exists. Step 2: Install Components Install command from project root Preferred (AI-assisted integration): npx tool-agent "integrate the <component> component" Use comp...
|
496 |
| 6970 | ui-design-patterns | manutej/luxor-claude-marketplace |
UI Design Patterns A comprehensive guide to common user interface design patterns, component patterns, interaction patterns, and accessibility best practices for building modern web and mobile applications. When to Use This Skill Use this skill when you need to: Design User Interfaces: Create intuitive and user-friendly interface designs Implement UI Components: Build reusable interface components following established patterns Solve UX Problems: Address common user experience challenges wit...
|
496 |
| 6971 | sdd:create-ideas | neolabhq/context-engineering-kit |
Generate Ideas You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability. Please sample responses at random from the [full distribution / tails of the distribution], in such way that: For first 3 responses aim for high probability, over 0.80 For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of each response ...
|
495 |
| 6972 | azure-upgrade | microsoft/github-copilot-for-azure |
Azure Upgrade This skill handles assessment and automated upgrades of existing Azure workloads from one Azure service, hosting plan, or SKU to another — all within Azure. This includes plan/tier upgrades (e.g. Consumption → Flex Consumption), cross-service migrations (e.g. App Service → Container Apps), and SKU changes. This is NOT for cross-cloud migration — use azure-cloud-migrate for that. Triggers User Intent Example Prompts Upgrade Azure Functions plan "Upgrade my function app from Consumpt...
|
495 |
| 6973 | launchdarkly-experiment-setup | launchdarkly/agent-skills |
LaunchDarkly Experiment Setup You're using a skill that will guide you through setting up and running experiments in LaunchDarkly. Your job is to design the experiment, create it with the right metrics and treatments, start data collection, and verify it's running. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-experiment -- create a new experiment with metrics and treatments start-experiment-iteratio...
|
495 |
| 6974 | add-component | signerlabs/shipswift-skills |
Add Component from ShipSwift Add production-ready SwiftUI components to your project using ShipSwift's recipe library. Each recipe is a complete, copy-paste-ready implementation with architecture documentation. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Identify the c...
|
495 |
| 6975 | bazi-skill-chinese-astrology | aradotso/trending-skills |
BaZi Skill — 四柱八字命理分析 Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill for interactive BaZi (Four Pillars of Destiny) chart calculation and analysis, referencing nine classical Chinese astrology texts. Guides users through birth information collection, produces a complete 四柱 chart, and delivers professional destiny analysis. What This Skill Does Interactive information collection — step-by-step prompts for name, birth date (solar/lunar), birth hour (时辰), gender, and birthplace...
|
495 |
| 6976 | algorithmic-art | sickn33/antigravity-awesome-skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
495 |
| 6977 | r3f-textures | enzed/r3f-skills |
React Three Fiber Textures Quick Start import { Canvas } from '@react-three/fiber' import { useTexture } from '@react-three/drei' function TexturedBox() { const texture = useTexture('/textures/wood.jpg') return ( <mesh> <boxGeometry /> <meshStandardMaterial map={texture} /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLight /> <TexturedBox /> </Canvas> ) } useTexture Hook (Drei) The recommended way to load textures i...
|
495 |
| 6978 | creating-ec2-image-builder-pipeline | aws/agent-toolkit-for-aws |
Creating an EC2 Image Builder Pipeline Overview Domain expertise for creating and managing EC2 Image Builder pipelines that automate custom AMI creation. Covers the full lifecycle: IAM role setup, build component definition, image recipe creation, infrastructure and distribution configuration, pipeline execution, and launch template creation. Create an Image Builder pipeline To create a complete EC2 Image Builder pipeline with custom AMI builds and cross-region distribution, follow the procedure...
|
495 |
| 6979 | user-guide-creation | aj-geddes/useful-ai-prompts |
User Guide Creation Overview Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples. When to Use Product user manuals Getting started guides Feature tutorials Step-by-step how-tos Video script documentation Interactive walkthroughs Quick start guides FAQ documentation Best practices guides User Guide Template [Product Name] User Guide Table of Contents 1. [Introduction](intr...
|
495 |
| 6980 | aws-skills | sickn33/antigravity-awesome-skills |
Aws Skills Overview AWS development with infrastructure automation and cloud architecture patterns When to Use This Skill Use this skill when you need to work with aws development with infrastructure automation and cloud architecture patterns. Instructions This skill provides guidance and patterns for aws development with infrastructure automation and cloud architecture patterns. For more information, see the source repository .
|
495 |
| 6981 | cto-advisor | davila7/claude-code-templates |
CTO Advisor Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence. Keywords CTO, chief technology officer, technical leadership, tech debt, technical debt, engineering team, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, ADR, architecture decision records, technology strategy, engineering leadership, engineering organization, team structure, hiring plan, technical strategy, vendor evaluation, technology...
|
495 |
| 6982 | elevenlabs | digitalsamba/claude-code-video-toolkit |
ElevenLabs Audio Generation Requires ELEVENLABS_API_KEY in .env . Text-to-Speech from elevenlabs . client import ElevenLabs from elevenlabs import save , VoiceSettings import os client = ElevenLabs ( api_key = os . getenv ( "ELEVENLABS_API_KEY" ) ) audio = client . text_to_speech . convert ( text = "Welcome to my video!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , model_id = "eleven_multilingual_v2" , voice_settings = VoiceSettings ( stability = 0.5 , similarity_boost = 0.75 , style = 0.5 , speed = 1....
|
495 |
| 6983 | python-pro | sickn33/antigravity-awesome-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
495 |
| 6984 | information-security-manager-iso27001 | alirezarezvani/claude-skills |
Information Security Manager - ISO 27001 Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Table of Contents Trigger Phrases Quick Start Tools Workflows Reference Guides Validation Checkpoints Trigger Phrases Show more
|
494 |
| 6985 | devops-deployment | yonatangross/orchestkit |
DevOps & Deployment Skill Comprehensive frameworks for CI/CD pipelines, containerization, deployment strategies, and infrastructure automation. Overview Setting up CI/CD pipelines Containerizing applications Deploying to Kubernetes or cloud platforms Implementing GitOps workflows Managing infrastructure as code Planning release strategies Pipeline Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Code │──>│ Build │──>│ Test │──>│ Deploy ...
|
494 |
| 6986 | premortem | parcadei/continuous-claude-v3 |
Pre-Mortem Identify failure modes before they occur by systematically questioning plans, designs, and implementations. Based on Gary Klein's technique, popularized by Shreyas Doshi (Stripe). Usage /premortem Auto-detect context, choose depth /premortem quick Force quick analysis (plans, PRs) /premortem deep Force deep analysis (before implementation) /premortem <file> Analyze specific plan or code Core Concept "Imagine it's 3 months from now and this pro...
|
494 |
| 6987 | eachlabs-image-edit | eachlabs/skills |
EachLabs Image Edit Edit, transform, and enhance existing images using 130+ AI models via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Model Selection Guide General Image Editing Model Slug Best For Flux 2 Turbo Edit flux-2-turbo-edit Fast high quality editing Flux 2 Flash Edit flux-2-flash-edit Fastest editing Flux 2 Max Edit flux-2-max-edit Highest quality editing Flux 2 Pro Edit flux...
|
494 |
| 6988 | marketing-ideas | sickn33/antigravity-awesome-skills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
|
494 |
| 6989 | ai-sdk-ui | jezweb/claude-skills |
AI SDK UI - Frontend React Hooks Frontend React hooks for AI-powered user interfaces with Vercel AI SDK v6. Version: AI SDK v6.0.42 (Stable) Framework: React 18+/19, Next.js 14+/15+ Last Updated: 2026-01-20 AI SDK v6 Stable (January 2026) Status: Stable Release Latest: ai@6.0.42, @ai-sdk/react@3.0.44, @ai-sdk/openai@3.0.7 Migration: Minimal breaking changes from v5 → v6 New UI Features in v6 1. Message Parts Structure (Breaking Change) In v6, message content is now accessed via .parts arra...
|
493 |
| 6990 | codebase-exploration | 404kidwiz/claude-supercode-skills |
Codebase Exploration Purpose Specializes in systematic codebase exploration and discovery. Uses advanced search techniques, pattern recognition, and code analysis to quickly understand unfamiliar code, locate specific implementations, map architectural patterns, and answer location-based questions about code. When to Use Exploring an unfamiliar codebase for the first time Need to find where specific functionality is implemented Looking for examples of a pattern across the codebase Understandin...
|
493 |
| 6991 | game-audio | opusgamelabs/game-creator |
Game Audio Engineer (Web Audio API) You are an expert game audio engineer. You use the Web Audio API for both background music (looping sequencer) and one-shot sound effects. Zero dependencies — everything is built into the browser. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full context of each file before making changes. Test every sound in the browser. Web Audio timing is different fro...
|
493 |
| 6992 | qdrant-search-quality | qdrant/skills |
Qdrant Search Quality First determine whether the problem is the embedding model, Qdrant configuration, or the query strategy. Most quality issues come from the model or data, not from Qdrant itself. If search quality is low, inspect how chunks are being passed to Qdrant before tuning any parameters. Splitting mid-sentence can drop quality 30-40%. Start by testing with exact search to isolate the problem Search API Diagnosis and Tuning Isolate the source of quality issues, tune HNSW parameters, ...
|
493 |
| 6993 | minimax-image-understanding | imsus/pi-extension-minimax-coding-plan-mcp |
MiniMax Image Understanding Skill Use this skill when you need to analyze, describe, or extract information from images. How to Use Call the understand_image tool directly with a prompt and image URL: understand_image({ prompt: "Your question about the image", image_url: "https://example.com/image.png" }) When to Use Use understand_image when: Screenshots : Error messages, UI issues, code in screenshots Visual content : Photos, diagrams, charts, graphs Documents : Extracting text from images (OC...
|
493 |
| 6994 | jira | softaworks/agent-toolkit |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
493 |
| 6995 | skill-creator | api/git |
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...
|
493 |
| 6996 | literature-review | collaborative-deep-research/agent-papers-cli |
Literature Review Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and do...
|
493 |
| 6997 | quant-analyst | sickn33/antigravity-awesome-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
493 |
| 6998 | daily-news | 6551team/daily-news |
Daily News Skill Query daily news and hot topics from the 6551 platform REST API. No authentication required. Base URL : https://ai.6551.io News Operations 1. Get News Categories Get all available news categories and subcategories. curl -s -X GET "https://ai.6551.io/open/free_categories" 2. Get Hot News Get hot news articles and trending tweets by category. curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro" Parameter Type Required Description category string Yes Category key from f...
|
493 |
| 6999 | novel-revision | jwynia/agent-skills |
Novel Revision: Multi-Level Change Management Skill You help writers manage revisions across multiple levels of abstraction while preventing unintended consequences from cascading through the narrative. Your role is to implement systematic change management that maintains story coherence. Core Principle: Cascade Awareness Any change at one level potentially affects all other levels. Changes propagate both upward (prose discoveries revealing structural problems) and downward (structural change...
|
493 |
| 7000 | drupal-expert | madsnorgaard/agent-resources |
Drupal Development Expert You are an expert Drupal developer with deep knowledge of Drupal 10 and 11. Research-First Philosophy CRITICAL: Before writing ANY custom code, ALWAYS research existing solutions first. When a developer asks you to implement functionality: Ask the developer: "Have you checked drupal.org for existing contrib modules that solve this?" Offer to research: "I can help search for existing solutions before we build custom code." Only proceed with custom code after confirm...
|
493 |