███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7551 | draw-io | davila7/claude-code-templates |
draw.io Diagram Skill 1. Basic Rules Edit only .drawio files Do not directly edit .drawio.png files Use auto-generated .drawio.png by pre-commit hook in slides 2. Font Settings For diagrams used in Quarto slides, specify defaultFontFamily in mxGraphModel tag: <mxGraphModel defaultFontFamily="Noto Sans JP" ...> Also explicitly specify fontFamily in each text element's style attribute: style="text;html=1;fontSize=27;fontFamily=Noto Sans JP;" 3. Conversion Commands See conversion script at s...
|
687 |
| 7552 | postgres-patterns | affaan-m/ecc |
PostgreSQL Patterns Quick reference for PostgreSQL best practices. For detailed guidance, use the database-reviewer agent. When to Activate Writing SQL queries or migrations Designing database schemas Troubleshooting slow queries Implementing Row Level Security Setting up connection pooling Quick Reference Index Cheat Sheet Query Pattern Index Type Example WHERE col = value B-tree (default) CREATE INDEX idx ON t (col) WHERE col > value B-tree CREATE INDEX idx ON t (col) WHERE a = x AND b > y C...
|
687 |
| 7553 | viem-integration | uniswap/uniswap-ai |
viem Integration Integrate EVM blockchains using viem for TypeScript/JavaScript applications. Quick Decision Guide Building... Use This Node.js script/backend viem with http transport React/Next.js frontend wagmi hooks (built on viem) Real-time event monitoring viem with webSocket transport Browser wallet integration wagmi or viem custom transport Installation Core library npm install viem For React apps, also install wagmi npm install wagmi viem @tanstack/react-query Core Concepts Clients vie...
|
686 |
| 7554 | linkedin-reader | himself65/finance-skills |
LinkedIn Skill (Read-Only) Reads LinkedIn for financial research using opencli , a universal CLI tool that bridges web services to the terminal via browser session reuse. This skill is read-only. It is designed for financial research: reading professional commentary on markets, monitoring analyst posts, searching finance/trading jobs, and tracking professional sentiment. It does NOT support posting, liking, commenting, connecting, messaging, or any write operations. Important : opencli reuses yo...
|
686 |
| 7555 | test-automator | charon-fan/agent-playbook |
Test Automator Expert in creating and maintaining automated tests for various frameworks and languages. When This Skill Activates Activates when you: Ask to write tests Mention test automation Request test coverage improvement Need to set up testing framework Testing Pyramid /\ /E2E\ - Few, expensive, slow /------\ / Integration \ - Moderate number /--------------\ / Unit Tests \ - Many, cheap, fast /------------------\ Unit Testing Principles Test behavior, not implementation One ass...
|
686 |
| 7556 | kordoc-korean-document-parser | aradotso/trending-skills |
kordoc Korean Document Parser Skill by ara.so — Daily 2026 Skills collection. kordoc is a TypeScript library and CLI for parsing Korean government documents (HWP 5.x, HWPX, PDF) into Markdown and structured IRBlock[] data. It handles proprietary HWP binary formats, table extraction, form field recognition, document diffing, and reverse Markdown→HWPX generation. Installation Core library npm install kordoc PDF support (optional peer dependency) npm install pdfjs-dist CLI (no install needed) np...
|
686 |
| 7557 | tdd | vinvcn/mattpocock-skills-zh-cn |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
686 |
| 7558 | agent-architecture-audit | affaan-m/ecc |
Agent Architecture Audit A diagnostic workflow for agent systems that hide failures behind wrapper layers, stale memory, retry loops, or transport/rendering mutations. When to Activate MANDATORY for: Releasing any agent or LLM-powered application to production Shipping features with tool calling, memory, or multi-step workflows Agent behavior degrades after adding wrapper layers User reports "the agent is getting worse" or "tools are flaky" Same model works in playground but breaks inside your w...
|
686 |
| 7559 | nextjs-turbopack | affaan-m/ecc |
Next.js and Turbopack Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates. When to Use Turbopack (default dev) : Use for day-to-day development. Faster cold start and HMR, especially in large apps. Webpack (legacy dev) : Use only if you hit a Turbopack bug or rely on a webpack-only plugin in dev. Disable with --webpack (or --no-turbopack depending on your Next.js version; check the docs for y...
|
686 |
| 7560 | betting | machina-sports/sports-skills |
Betting Analysis Quick Start sports-skills betting convert_odds --odds = -150 --from_format = american sports-skills betting devig --odds = -150,+130 --format = american sports-skills betting find_edge --fair_prob = 0.58 --market_prob = 0.52 sports-skills betting evaluate_bet --book_odds = -150,+130 --market_prob = 0.52 sports-skills betting find_arbitrage --market_probs = 0.48 ,0.49 sports-skills betting parlay_analysis --legs = 0.58 ,0.62,0.55 --parlay_odds = 600 sports-skills betting line_mov...
|
686 |
| 7561 | frontend-design-ui-ux | ulpi-io/skills |
Non-negotiable rules: Understand users, context, and states before proposing screens. Specify flows, states, accessibility, and responsiveness, not just visuals. Reuse the templates in references/ instead of inventing new handoff formats. Keep implementation handoff concrete enough that an engineering agent can build from it. Do not start coding the UI from this skill. frontend-design-ui-ux Inputs $request : Feature, page, component, or UX problem to design Goal Show more Installs 488 Repository...
|
686 |
| 7562 | tools | launchdarkly/agent-skills |
assistant-ui Tools Always consult assistant-ui.com/llms.txt for latest API. Tools let LLMs trigger actions with custom UI rendering. References ./references/make-tool.md -- makeAssistantTool/useAssistantTool ./references/tool-ui.md -- makeAssistantToolUI rendering ./references/human-in-loop.md -- Confirmation patterns Tool Types Where does the tool execute? ├─ Backend (LLM calls API) → AI SDK tool() │ └─ Want custom UI? → makeAssistantToolUI └─ Frontend (browser-only) → makeAssistantTool ...
|
685 |
| 7563 | ecommerce-seo-audit | affilino/ecommerce-seo-audit-skill |
Ecommerce SEO Audit Skill Developed by Affilino NZ Arguments: [audit-type] [url] [keyword] Tools: Read, Grep, Glob, WebFetch, WebSearch, Bash(curl *) You are an expert ecommerce SEO auditor specializing in product pages, collection pages, technical SEO, crawl optimization, and competitive analysis. This skill performs targeted SEO audits based on the user's specific needs. IMPORTANT: LIMITATIONS & DATA REQUIREMENTS What this skill CAN do: Analyze individual pages you specify (using WebFetch/curl...
|
685 |
| 7564 | avast-premium-security-detection | aradotso/security-skills |
Avast Premium Security Repository Analysis Skill by ara.so — Security Skills collection. Overview This project appears to be a malicious repository disguised as a legitimate Avast Premium Security distribution. It exhibits multiple red flags characteristic of malware distribution, software piracy scams, and credential theft operations. Critical Warning Signs Repository Indicators Claims to offer "Full Version Installer" with "Keygen Activation" Promises "Pre-Activated" license keys and "Premium ...
|
685 |
| 7565 | reanimated-skia-performance | andreev-danila/skills |
Use for state-driven style changes where you do not need bespoke worklets. ``` import Animated from 'react-native-reanimated'; <Animated.View style={{ width: expanded ? 240 : 160, opacity: enabled ? 1 : 0.6, transitionProperty: ['width', 'opacity'], transitionDuration: 220, transitionTimingFunction: 'ease-in-out', }} /> ``` Reanimated v4 CSS animations (keyframes) Use for keyframe-like sequences (pulses, wiggles, repeated loops) without writing custom worklets. Sup...
|
685 |
| 7566 | improve-codebase-architecture | vinvcn/mattpocock-skills-zh-cn |
Improve Codebase Architecture Explore a codebase like an AI would, surface architectural friction, discover opportunities for improving testability, and propose module-deepening refactors as GitHub issue RFCs. A deep module (John Ousterhout, "A Philosophy of Software Design") has a small interface hiding a large implementation. Deep modules are more testable, more AI-navigable, and let you test at the boundary instead of inside. Process 1. Explore the codebase Use the Agent tool with subagent_ty...
|
685 |
| 7567 | continuous-learning-v2 | affaan-m/ecc |
Continuous Learning v2 - Instinct-Based Architecture An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring. What's New in v2 Feature v1 v2 Observation Stop hook (session end) PreToolUse/PostToolUse (100% reliable) Analysis Main context Background agent (Haiku) Granularity Full skills Atomic "instincts" Confidence None 0.3-0.9 weighted Evolution Direct to skill Instincts → cluster → s...
|
685 |
| 7568 | market-research | affaan-m/ecc |
Market Research Produce research that supports decisions, not research theater. When to Activate researching a market, category, company, investor, or technology trend building TAM/SAM/SOM estimates comparing competitors or adjacent products preparing investor dossiers before outreach pressure-testing a thesis before building, funding, or entering a market Research Standards Every important claim needs a source. Prefer recent data and call out stale data. Include contrarian evidence and downside...
|
685 |
| 7569 | unsafe-checker | zhanghandong/rust-skills |
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Show more
|
684 |
| 7570 | built-in-metrics | launchdarkly/agent-skills |
Agent Metrics Instrumentation You're using a skill that wires LaunchDarkly agent metrics around an existing provider call. Your job is to audit what's already there, pick the right tier from the ladder below, and implement it with the least ceremony that still captures the metrics the Monitoring tab needs (duration, input/output tokens, success/error, plus TTFT when streaming). The single most important thing to get right: default to the highest tier that fits the shape of the call . Going lower...
|
684 |
| 7571 | gangnamunni-clinic-search | nomadamas/k-skill |
Gangnam Unni Clinic Search What this skill does 강남언니(Gangnam Unni) 웹 검색 페이지의 비로그인 공개 Next.js payload 를 읽어 병원 후보를 조회한다. 키워드로 병원 후보를 검색한다. 공개 검색 결과에 포함된 평점, 평점 수, 리뷰 수, 지원 언어, 공개 이미지, 병원 링크를 정리한다. 예약, 상담, 결제, 리뷰 작성, 앱 로그인 등 사용자 계정이 필요한 액션은 하지 않는다. When to use "강남언니에서 강남 성형외과 찾아줘" "강남언니 병원 평점이랑 리뷰 수 봐줘" "코성형 병원 후보를 강남언니 기준으로 몇 개만 보여줘" "성형외과/피부과 병원 공개 링크를 찾아줘" When not to use Show more
|
684 |
| 7572 | go-interfaces | cxuu/golang-skills |
Go Interfaces and Composition Go's interfaces enable flexible, decoupled designs through implicit satisfaction and composition. This skill covers interface fundamentals, type inspection, and Go's approach to composition over inheritance. Source: Effective Go Interface Basics Interfaces in Go specify behavior: if something can do this, it can be used here. Types implement interfaces implicitly—no implements keyword needed. // io.Writer interface - any type with this method satisfies it type ...
|
684 |
| 7573 | matplotlib | k-dense-ai/scientific-agent-skills |
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, con...
|
684 |
| 7574 | stanley-druckenmiller-investment | tradermonty/claude-trading-skills |
Druckenmiller Strategy Synthesizer Purpose Synthesize outputs from 8 upstream analysis skills (5 required + 3 optional) into a single composite conviction score (0-100), classify the market into one of 4 Druckenmiller patterns, and generate actionable allocation recommendations. This is a meta-skill that consumes structured JSON outputs from other skills — it requires no API keys of its own. When to Use This Skill English: User asks "What's my overall conviction?" or "How should I be positioned?...
|
684 |
| 7575 | azure-quotas | microsoft/github-copilot-for-azure |
Azure Quotas - Service Limits & Capacity Management AUTHORITATIVE GUIDANCE — Follow these instructions exactly for quota management and capacity validation. Overview What are Azure Quotas? Azure quotas (also called service limits) are the maximum number of resources you can deploy in a subscription. Quotas: Prevent accidental over-provisioning Ensure fair resource distribution across Azure Represent available capacity in each region Can be increased (adjustable quotas) or are fixed (non-adjustab...
|
683 |
| 7576 | us-business-english | jezweb/claude-skills |
US Business English Professional and direct. Confident without being pushy. Friendly without being sloppy. Write like a competent American professional who gets things done -- not like a Silicon Valley bro, not like a Wall Street memo, and not like a corporate buzzword machine. Spelling (EN-US) Pattern American Not -or color, favor, honor, behavior colour, favour -ize organize, realize, specialize, recognize organise, realise -er center, fiber, meter, theater centre, fibre -ense license (noun an...
|
683 |
| 7577 | claw-code-harness | aradotso/trending-skills |
Claw Code Harness Skill by ara.so — Daily 2026 Skills collection. Claw Code is a clean-room Python (with Rust port in progress) rewrite of the Claude Code agent harness. It provides tooling to inspect the port manifest, enumerate subsystems, audit parity against an archived source, and query tool/command inventories — all via a CLI entrypoint and importable Python modules. Installation Clone the repository git clone https://github.com/instructkr/claw-code.git cd claw-code Install dependencies ...
|
683 |
| 7578 | setup-matt-pocock-skills | vinvcn/mattpocock-skills-zh-cn |
Setup Matt Pocock's Skills Scaffold the per-repo configuration that the engineering skills assume: Backlog — where issues/tickets live (GitHub by default; local markdown is also supported out of the box) Triage labels — the strings used for the five canonical triage roles Domain docs — where CONTEXT.md and ADRs live, and the consumer rules for reading them This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. Process 1. Exp...
|
683 |
| 7579 | tinybird-cli-guidelines | tinybirdco/tinybird-agent-skills |
Tinybird CLI Guidelines Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. When to Apply Running any tb command Local development with Tinybird Local Building and deploying projects Appending, replacing, or deleting data Managing tokens and secrets via CLI Generating mock data Running tests Rule Files rules/cli-commands.md rules/build-deploy.md rules/local-development.md rules/data-operations.md rules/append-data.md rules/mock-...
|
683 |
| 7580 | git-workflow | affaan-m/ecc |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
683 |
| 7581 | configs-variations | launchdarkly/agent-skills |
Config Variations You're using a skill that will guide you through testing and optimizing configs through variations. Your job is to design experiments, create variations, and systematically find what works best. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Primary MCP tool: clone-ai-config-variation -- clone a baseline variation with selective overrides (recommended for experimentation) Alternative MCP tools (for more contro...
|
682 |
| 7582 | projects | launchdarkly/agent-skills |
Project Management List, switch, and configure Railway projects. When to Use User asks "show me all my projects" or "what projects do I have" User asks about projects across workspaces User asks "what workspaces do I have" User wants to switch to a different project User asks to rename a project User wants to enable/disable PR deploys User wants to make a project public or private User asks about project settings List Projects The railway list --json output can be very large. Run in a subagen...
|
682 |
| 7583 | planning-with-files | sickn33/antigravity-awesome-skills |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
682 |
| 7584 | your-skill-name | grafana/skills |
Your Skill Title Overview Brief introduction to what this skill covers. Focus on Grafana-specific knowledge — don't explain general programming concepts the AI already knows well. Key Concepts Document the important concepts, patterns, or syntax. Code examples are more effective than prose. Example rate ( http_requests_total [ 5m ] ) Common Patterns Describe the most frequently needed patterns or configurations. Show more
|
682 |
| 7585 | citation-management | k-dense-ai/scientific-agent-skills |
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
|
682 |
| 7586 | airflow-hitl | astronomer/agents |
Airflow Human-in-the-Loop Operators Implement human approval gates, form inputs, and human-driven branching in Airflow DAGs using the HITL operators. These deferrable operators pause workflow execution until a human responds via the Airflow UI or REST API. Implementation Checklist Execute steps in order. Prefer deferrable HITL operators over custom sensors/polling loops. CRITICAL : Requires Airflow 3.1+. NOT available in Airflow 2.x. Deferrable : All HITL operators are deferrable—they release th...
|
681 |
| 7587 | custom-metrics | launchdarkly/agent-skills |
Custom Metrics for Configs Full lifecycle management of custom business metrics: create metric definitions via API, track events via SDK, retrieve metric data, and manage metrics programmatically. Prerequisites LaunchDarkly SDK initialized (see sdk ) LaunchDarkly API token with writer role for metric management Understanding of built-in agent metrics (see built-in-metrics ) API Key Detection Before prompting the user for an API key, try to detect it automatically: Check Claude MCP config - Read ...
|
681 |
| 7588 | configs-targeting | launchdarkly/agent-skills |
Config Targeting Configure targeting rules for configs to control which variations serve to different contexts. Works the same for both completion and agent mode. Prerequisites LaunchDarkly account with AgentControl enabled API access token with write permissions Project key and environment key Existing config with variations (use configs-create skill) API Key Detection Check environment variables - LAUNCHDARKLY_API_KEY , LAUNCHDARKLY_API_TOKEN , LD_API_KEY Check MCP config - Claude: ~/.claude/c...
|
681 |
| 7589 | agent-graphs | launchdarkly/agent-skills |
Config Agent Graphs You're using a skill that will guide you through creating and managing agent graphs in LaunchDarkly. Your job is to design the graph topology, create it with the right edges and handoffs, and verify the routing between config nodes. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-agent-graph -- create a new graph with nodes and edges get-agent-graph -- inspect a graph's structure an...
|
681 |
| 7590 | configs-update | launchdarkly/agent-skills |
Config Update & Lifecycle You're using a skill that will guide you through updating, archiving, and deleting configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: get-ai-config-health -- assess config health before making changes (detects missing models, orphaned tools, empty configs) ge...
|
681 |
| 7591 | configs-create | launchdarkly/agent-skills |
Create Config You're using a skill that will guide you through creating a config in LaunchDarkly. Your job is to understand the use case, choose the right mode, create the config and its variations, and verify everything is set up correctly. ⚠️ This skill creates a config — it does not make it servable. A freshly-created config has its fallthrough pointing at an auto-generated disabled variation , not at the variation you just created. The SDK will return ai_config.enabled=False on every evaluat...
|
681 |
| 7592 | migrate | launchdarkly/agent-skills |
Migrate to Playwright Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion. Input $ARGUMENTS can be: "from cypress" — migrate Cypress test suite "from selenium" — migrate Selenium/WebDriver tests A file path: convert a specific test file Empty: auto-detect source framework Steps 1. Detect Source Framework Use Explore subagent to scan: cypress/ directory or cypress.config.ts → Cypress selenium , webdriver in package.json deps → Selenium .py test files with sel...
|
681 |
| 7593 | snippets | launchdarkly/agent-skills |
Config Prompt Snippets You're using a skill that will guide you through creating and managing prompt snippets in LaunchDarkly. Your job is to identify reusable text, create snippets, reference them in config variations, and verify everything is wired correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-prompt-snippet -- create a new reusable text block list-prompt-snippets -- browse existing snip...
|
681 |
| 7594 | go-style-core | cxuu/golang-skills |
Go Style Core Principles Normative: This guidance is required per Google's canonical Go style guide. Style Principles (Priority Order) When writing readable Go code, apply these principles in order of importance: 1. Clarity The code's purpose and rationale must be clear to the reader. What: Use descriptive names, helpful comments, and efficient organization Why: Add commentary explaining rationale, especially for nuances View clarity through the reader's lens, not the author's Code should ...
|
681 |
| 7595 | java-maven | pluginagentmarketplace/custom-plugin-java |
Java Maven Skill Master Apache Maven for Java project builds and dependency management. Overview This skill covers Maven configuration including POM structure, lifecycle phases, plugin configuration, dependency management with BOMs, and multi-module projects. When to Use This Skill Use when you need to: Configure Maven POM files Manage dependencies with BOMs Set up build plugins Create multi-module projects Troubleshoot build issues Quick Reference <?xml version="1.0" encoding="UTF-8"?> <p...
|
681 |
| 7596 | security-audit | sickn33/antigravity-awesome-skills |
No SKILL.md available for this skill. View on GitHub Installs 597 Repository ruvnet/ruflo GitHub Stars 55.8K First Seen Mar 1, 2026
|
681 |
| 7597 | stream | getstream/agent-skills |
No SKILL.md available for this skill. View on GitHub Installs 421 Repository getstream/agent-skills GitHub Stars 10 First Seen Mar 31, 2026
|
681 |
| 7598 | compose-expert | vitorpamplona/amethyst |
Compose Multiplatform Expert Visual UI patterns for sharing composables across Android and Desktop. When to Use This Skill Creating or refactoring shared UI components Deciding whether to share UI in commonMain or keep platform-specific Building custom ImageVector icons (robohash pattern) State management: remember, derivedStateOf, produceState Recomposition optimization: visual usage of @Stable/@Immutable Material3 theming and styling Performance: lazy lists, image loading Delegate to other ...
|
681 |
| 7599 | drawio-flowchart | 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 [待完善:根据具体工具添加关键词]
|
680 |
| 7600 | open-source-strategy | kostja94/marketing-skills |
Strategies: Open Source Guides open source as a commercialization path: build community and trust first, monetize later. Many products use open source for early growth (Cursor from VSCode, Llama, Qwen, Dify) and later commercialize via managed services or open core. For GitHub (SEO, GEO, README, Awesome lists), see github . For directory submission (DevHunt, Awesome lists), see directory-submission . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and...
|
680 |