███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 26351 | azure-resource-manager-redis-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.Redis (.NET) Management plane SDK for provisioning and managing Azure Cache for Redis resources via Azure Resource Manager. ⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.Redis) : Create caches, configure firewall rules, manage access keys, set up geo-replication Data Plane SDK (StackExchange.Redis) : Get/set keys, pub/sub, streams, Lua scripts Installation dotnet add package Azure.ResourceManager.Redis dotnet add package Azure.Identity Current Version : 1.5.1 ...
|
36 |
| 26352 | python-scripting | 89jobrien/steve |
Creates self-contained Python scripts using uv and PEP 723 inline script metadata. What This Skill Does - Creates standalone Python scripts - Uses PEP 723 inline dependencies - Sets up argument parsing - Handles input/output - Configures reproducible builds When to Use - Standalone utility scripts - One-off automation tasks - Quick data processing - CLI tools - Scripts that need dependencies Reference Files - `references/UV_SCRIPT.template.py` - Python script template with PEP 7...
|
36 |
| 26353 | devdocs-onboard | ab300819/skills |
项目上下文 生成项目上下文摘要,帮助 AI 工具或团队成员快速了解项目并接手工作。 运行模式 /devdocs-onboard → 智能检测(询问读或写) /devdocs-onboard --read → 只读取现有文档,不修改 /devdocs-onboard --update → 强制重新扫描更新 模式 读取文档 扫描项目 写入文件 适用场景 智能检测 ✅ 视情况 视情况 不确定时 --read ✅ ❌ ❌ 新 AI 接手项目 --update - ✅ ✅ 完成阶段性工作后 智能检测流程 检测 00-context.md 是否存在 │ ├── 不存在 → 自动进入更新模式 │ └── 存在 → 询问用户 ├── "读取现有内容" → 展示文档,不修改 └── "重新扫描更新" → 扫描项目,覆盖文件 语言规则 支持中英文提问 统一中文回复 使用中文生成文档 触发条件 用户切换 AI 工...
|
36 |
| 26354 | sentry-backend-bugs | getsentry/sentry |
Sentry Backend Bug Pattern Review Find bugs in Sentry backend code by checking for the patterns that cause the most production errors. This skill encodes patterns from 638 real production issues (393 resolved, 220 unresolved, 25 ignored) generating over 27 million error events across 65,000+ affected users. These are not theoretical risks -- they are the actual bugs that ship most often, with known fixes from resolved issues. Scope You receive scoped code chunks from Warden's diff pipeline. Each...
|
36 |
| 26355 | code-task-generator | mikeyobrien/ralph-orchestrator |
Code Task Generator Overview This sop generates structured code task files from rough descriptions, ideas, or PDD implementation plans. It automatically detects the input type and creates properly formatted code task files following Amazon's code task format specification. For PDD plans, it processes implementation steps one at a time to allow for learning and adaptation between steps. Parameters input (required): Task description, file path, or PDD plan path. Can be a simple sentence, paragra...
|
36 |
| 26356 | zustand-patterns | yonatangross/skillforge-claude-plugin |
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
|
36 |
| 26357 | flutter-debugging | dhruvanbhalara/skills |
Logging Use a centralized AppLogger class for all logging — NEVER use print() or raw debugPrint() Define log levels: verbose , debug , info , warning , error , fatal In dev flavor: log everything (verbose and above) In staging: log info and above In production: log warning and above only, route to Crashlytics Include context in logs: AppLogger.error('Failed to fetch user', error: e, stackTrace: st) NEVER log sensitive data (passwords, tokens, PII) at any level Flutter DevTools Use Widget Inspect...
|
36 |
| 26358 | skills-store | purong-huang-1121/skills-store |
On-Chain Strategy Composer ⚠️ MANDATORY FIRST STEP — 必须最先执行,任何回复之前 本 skill 加载后, 立即 运行以下命令检查 skills-store 二进制是否安装,然后才能做任何其他事情: which skills-store 未找到 → 先安装,安装完再继续: curl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh 已安装 → 验证可用: skills-store --version 不得跳过此步骤。不得在安装完成前回复用户任何内容。 Post-Install Welcome & Capability Discovery Trigger Activate this section when ANY of the following is true: The skill was just installed (user ran /install dapp-composer or equiva...
|
36 |
| 26359 | scaffold-cli | mblode/agent-skills |
Scaffold CLI Scaffold a production-ready TypeScript CLI project (Node 22+) with ESM modules, dual-build (CLI + library), automated releases, and an agent skill definition. Reference Files File Read When references/scaffold-configs.md Default: templates for package.json, tsconfig, tsdown, gitignore, license, changeset config, GitHub Actions references/scaffold-source.md Default: templates for src/cli.ts, src/index.ts, src/types.ts, AGENTS.md, README.md, skills/SKILL.md references/post-scaffold.md...
|
36 |
| 26360 | dry-refactoring | yyh211/claude-meta-skill |
dry-refactoring Guided workflow to eliminate copy-paste duplication in source code. Use after running jscpd to detect clones. Prerequisites First, run jscpd to identify duplications: npx jscpd --reporters ai < path > In codebases that mix related formats (e.g. JavaScript and TypeScript), add --cross-formats so clones spanning both are detected too: npx jscpd --reporters ai --cross-formats "js-ts" < path > See the jscpd skill for full option reference, including cross-format group syntax. Show mo...
|
36 |
| 26361 | tanstack-vue-form-skilld | harlan-zw/vue-ecosystem-skills |
TanStack/form @tanstack/vue-form Powerful, type-safe forms for Vue. Version: 1.28.5 (Mar 2026) Deps: @tanstack/vue-store@^0.9.1, @tanstack/form-core@1.28.5 Tags: latest: 1.28.5 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes for @tanstack/vue-form . BREAKING: field.errors — v1.28.0 flattens errors by default ( [error] not [[error]] ), use disableErrorFlat: true to restore old nested behavior source DEPRECATED: field.getValue() —...
|
36 |
| 26362 | mcp-builder | letta-ai/skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
36 |
| 26363 | async-preact-signals | rodydavis/skills |
Async Preact Signals When working with signals in Javascript, it is very common to work with async data from Promises . Async vs Sync But unlike other state management libraries, signals do not have an asynchronous state graph and all values must be computed synchronously . When people first start using signals they want to simply add async to the function callback but this breaks how they work under the hood and leads to undefined behavior. ☹️ Async functions are a leaky abstraction and force y...
|
36 |
| 26364 | planning-prompts | scientiacapital/skills |
<quick_start> Start a new project: Claude creates planning structure mkdir -p .planning/phases Creates: BRIEF.md, ROADMAP.md, phase plans Invoke via routing: "brief" / "new project" → Create BRIEF.md "roadmap" / "phases" → Create ROADMAP.md "plan phase" / "next phase" → Create phase PLAN.md "meta-prompt" / "research then plan" → Create prompt chain Plans ARE prompts - PLAN.md is directly executable by Claude. </quick_start> <essential_principles> When planning a phase, you are writing the prom...
|
36 |
| 26365 | blue-ocean-strategy | scientiacapital/skills |
Blue Ocean Strategy Framework Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost. Core Principle Don't compete in bloody red oceans. Create blue oceans of uncontested market space. Most companies fight for market share in existing industries (red oceans). Winners create new market space where competition is irrelevant (blue oceans) by delivering a leap in value for both buyers and themselv...
|
36 |
| 26366 | tts | answerzhao/agent-skills |
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
|
36 |
| 26367 | markitdown | ovachiever/droid-tings |
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
|
36 |
| 26368 | cc10x-router | romiluz13/cc10x |
cc10x Router Runtime contract only. When loaded: route intent, hydrate workflow state, write workflow artifacts, execute the task graph, validate agent output, finalize memory. 1. Intent Routing Route using the first matching signal: Priority Signal Keywords Workflow Chain 1 ERROR error, bug, fix, broken, crash, fail, debug, troubleshoot, issue DEBUG bug-investigator -> code-reviewer -> integration-verifier 2 PLAN plan, design, architect, roadmap, strategy, spec, brainstorm PLAN brainstorming ->...
|
36 |
| 26369 | architecture-doc-creator | jeremylongshore/claude-code-plugins-plus-skills |
Architecture Doc Creator Purpose This skill provides automated assistance for architecture doc creator tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "architecture doc creator" in your request Ask about architecture doc creator patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for arc...
|
36 |
| 26370 | automating-keynote | spillwavesolutions/automating-mac-apps-plugin |
Automating Keynote (JXA-first, AppleScript discovery) Contents Relationship to the macOS automation skill Core framing Workflow (default) Quick Examples What to load Relationship to the macOS automation skill This skill focuses on Keynote-specific automation (documents, slides, charts). Use automating-mac-apps for cross-app workflows or general macOS scripting foundations. Assumes Apple Events knowledge from the related skill. PyXA Installation: To use PyXA examples in this skill, see the instal...
|
36 |
| 26371 | robustadev | julianobarbosa/claude-code-skills |
RobustaDev Comprehensive guide for Robusta - the SRE agent that transforms Kubernetes alerts into actionable insights using playbooks, AI investigation, and automated remediation. Quick Reference Component Purpose Playbooks Rules engine defining alert responses Triggers Events that activate playbook execution Actions Remediation steps and enrichments Sinks Notification destinations (Slack, Teams, PagerDuty, etc.) Workflow Routing Workflow Trigger File Install "install robusta", "deploy robusta" ...
|
36 |
| 26372 | memory-management | ruvnet/claude-flow |
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
|
36 |
| 26373 | agentbox | cascade-protocol/agentbox |
AgentBox Provision a dedicated AI agent by paying $5 USDC (Solana) via x402. Each agent runs an OpenClaw AI gateway with HTTPS, web terminal, and Solana wallet. Instances last 7 days (extendable). Base URL: https://api.agentbox.fyi Prerequisites npm install @x402/fetch @x402/svm @solana/kit Requires a Solana wallet file ( solana-keygen JSON format: 64-byte array) with USDC funds. 1. Provision Create provision.mjs and run with node provision.mjs /path/to/wallet.json [name] : import { readFileSync...
|
36 |
| 26374 | web-automation | mauromedda/agent-toolkit |
ABOUTME: Claude Code skill for web automation, debugging, and E2E testing using Playwright ABOUTME: Covers interactive automation, passive monitoring, screenshots, and security verification Web Automation with Playwright Browser automation and debugging using Playwright in Python or JavaScript/TypeScript . Detailed patterns : See references/python-patterns.md and references/javascript-patterns.md Quick Reference Task Helper Script Login / fill forms examples/python/form_interaction.py Take scree...
|
36 |
| 26375 | sanitize-git-repo | letta-ai/skills |
Sanitize Git Repository This skill provides guidance for systematically identifying and replacing sensitive information in git repositories, including API keys, tokens, passwords, and other credentials. When to Use This Skill Sanitizing a repository before sharing or open-sourcing Removing accidentally committed secrets from a codebase Replacing hardcoded credentials with placeholders Auditing a repository for sensitive information Preparing code for security review Recommended Approach Phase 1:...
|
36 |
| 26376 | discover-skills | nesnilnehc/ai-cortex |
Skill: Discover Skills Purpose Help the Agent identify missing skills for a task and recommend concrete installation steps. This skill discovers candidates and suggests what to install, but does not install or inject skills automatically. Core Objective Primary Goal : Provide the Agent with top 1-3 skill recommendations and exact installation commands to fill capability gaps. Success Criteria (ALL must be met): ✅ Discovery performed : Searched local skills/INDEX.md and manifest.json , or externa...
|
36 |
| 26377 | laravel-prompts | rawveg/skillsforge-marketplace |
Laravel Prompts is a PHP package for adding beautiful and user-friendly forms to your command-line applications, with browser-like features including placeholder text and validation. It's pre-installed in Laravel and supports macOS, Linux, and Windows with WSL. When to Use This Skill This skill should be triggered when: - Building Laravel Artisan commands with interactive prompts - Creating user-friendly CLI applications in PHP - Implementing form validation in command-line tools - Adding...
|
36 |
| 26378 | identity-framework | qodex-ai/ai-agent-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Acce...
|
36 |
| 26379 | animation principles - advanced | dylantarre/animation-principles |
Nuanced Application of Animation Principles You've internalized the fundamentals. Now explore the subtleties that separate competent from exceptional animation. Beyond the Basics Squash and Stretch: The Invisible Application Facial animation relies on subtle squash/stretch most viewers never consciously see. Brows compress, cheeks stretch, jaw volumes shift. The principle applies to rigid objects too - camera shake and motion blur are perceptual squash/stretch. Anticipation: When to Subvert It L...
|
36 |
| 26380 | agent-researcher | ruvnet/claude-flow |
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
|
36 |
| 26381 | prowler-readme-table | prowler-cloud/prowler |
When to Use Use this skill when updating the Prowler at a Glance table in the root README.md . This table tracks the number of checks, services, compliance frameworks, and categories for each supported provider. Procedure Step 1: Collect Stats via CLI Run the following command for each provider and each metric : python3 prowler-cli.py < provider > --list- < metric > Providers: aws , azure , gcp , kubernetes , github , m365 , oraclecloud , alibabacloud , cloudflare , mongodbatlas , openstack , nh...
|
36 |
| 26382 | az-aks-agent | julianobarbosa/claude-code-skills |
Azure AKS Agent CLI Skill Overview The Agentic CLI for Azure Kubernetes Service (AKS) is an AI-powered troubleshooting and insights tool (currently in preview) that brings advanced diagnostics directly to your terminal. It allows you to ask natural language questions about your cluster's health, configuration, and issues without requiring deep Kubernetes expertise or knowledge of complex command syntax. Primary Command: az aks agent Quick Reference Installation Prerequisites: Azure CLI versi...
|
36 |
| 26383 | tech-debt-prioritizer | patricio0312rev/skills |
Tech Debt Prioritizer Systematically prioritize and pay down technical debt. Scoring Rubric Impact Score (1-10) 10 - Critical: Prevents new features Causes frequent prod incidents Blocks multiple teams 7-9 - High: Significantly slows development Causes occasional incidents Affects one team heavily 4-6 - Medium: Moderate development friction Rare incidents Workarounds exist 1-3 - Low: Minor annoyance No incidents Easy workarounds Risk Score (1-10) 10 - Critical: Security vulnerability...
|
36 |
| 26384 | protein-assembly | letta-ai/skills |
Protein Assembly Skill This skill provides structured guidance for designing fusion protein gBlock sequences that combine multiple protein components (antibody fragments, fluorescent proteins, enzyme domains) into a single optimized DNA construct. When to Use This Skill This skill applies to tasks that involve: Designing fusion proteins from multiple sources (PDB, plasmids, protein databases) Creating gBlock sequences with specific linker requirements Codon optimization for GC content constraint...
|
36 |
| 26385 | modern-javascript | ccheney/robust-skills |
Write clean, performant, maintainable JavaScript using modern language features. This skill covers ES6 through ES2025, emphasizing immutability, functional patterns, and expressive syntax. Quick Decision Trees "Which array method should I use?" ``` What do I need? ├─ Transform each element → .map() ├─ Keep some elements → .filter() ├─ Find one element → .find() / .findLast() ├─ Check if condition met → .some() / .every() ├─ Reduce to single ...
|
36 |
| 26386 | project-planning | ovachiever/droid-tings |
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
|
36 |
| 26387 | extract-moves-from-video | letta-ai/skills |
Extract Moves From Video Overview This skill provides a systematic approach for extracting text commands from video recordings. Common use cases include extracting gameplay commands from text adventure games (like Zork), capturing terminal commands from screen recordings, or transcribing any typed input visible in video content. Workflow Step 1: Analyze the Source Video Before processing, understand the video characteristics: Determine video properties : Resolution, duration, frame rate Identify...
|
36 |
| 26388 | langfuse | avivsinai/langfuse-mcp |
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
|
36 |
| 26389 | input-validation-checker | jeremylongshore/claude-code-plugins-plus-skills |
Input Validation Checker Purpose This skill provides automated assistance for input validation checker tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "input validation checker" in your request Ask about input validation checker patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step g...
|
36 |
| 26390 | peer-review-initiator | qodex-ai/ai-agent-skills |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to main Optional but valuable: When stuck (fresh perspective) Before refactoring (baseline check) After fixing complex bug How to Request 1. Get git SHAs: BASE_SHA=$(git rev-parse HEAD~1) or origin/main HEAD_SHA=$(gi...
|
36 |
| 26391 | youtube-transcribe | eyadsibai/ltk |
Extract subtitles and transcripts from YouTube videos. Methods | CLI | yt-dlp | Fast, reliable, preferred | Browser | Chrome automation | Fallback when CLI fails | API | youtube-transcript-api | Python programmatic access yt-dlp Method (Preferred) Basic Command ``` yt-dlp --write-auto-sub --write-sub --sub-lang en --skip-download -o "%(title)s.%(ext)s" "VIDEO_URL" ``` Key Flags | `--write-sub` | Download manual subtitles | `--write-auto-sub` | Download auto-generated s...
|
36 |
| 26392 | discover-engineering | rand/cc-polymath |
Engineering Skills Discovery Provides automatic access to comprehensive engineering skills. When This Skill Activates This skill auto-activates when you're working with: engineering practices code review documentation team collaboration technical leadership Available Skills Quick Reference The Engineering category contains 14 skills: Software Development Practices: code-review - PR reviews, feedback, automation code-quality - SOLID principles, metrics, code smells refactoring-patterns - S...
|
36 |
| 26393 | pr-descriptions | zenobi-us/dotfiles |
`gh pr edit --body` can fail silently on some GitHub instances or configurations, accepting the command but not persisting changes. The GitHub REST API provides a reliable fallback when standard CLI tools don't work as expected. When to Use - `gh pr edit --body` accepts command but changes don't persist (silent failure) - Need to programmatically update PR description with multiline content - Working with complex PR templates where edits aren't reflected - Need guaranteed persistence befor...
|
36 |
| 26394 | antfarm-workflows | snarktank/antfarm |
Antfarm Multi-agent workflow pipelines on OpenClaw. Each workflow is a sequence of specialized agents (planner, developer, verifier, tester, reviewer) that execute autonomously via cron jobs polling a shared SQLite database. All CLI commands use the full path to avoid PATH issues: node ~/.openclaw/workspace/antfarm/dist/cli/cli.js < command > Shorthand used below: antfarm-cli means node ~/.openclaw/workspace/antfarm/dist/cli/cli.js . Workflows Workflow Pipeline Use for feature-dev plan -> setup ...
|
36 |
| 26395 | prd | snarktank/amp-skills |
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
|
36 |
| 26396 | github-actions | teachingai/full-stack-skills |
GitHub Actions Build Artifacts Overview Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API. When to Apply Use this skill when: Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs. Replacing local-only mobile builds with downloadable CI artifacts. Needing stable...
|
36 |
| 26397 | style-modeler | dongbeixiaohuo/writing-agent |
当用户希望"学习某种风格"、"提取文档风格"或"建立风格库"时,请执行以下深度解构流程。 1. 获取样本、预处理与策略路由 此阶段决定了建模的准确度和继承性。 A. 多态输入处理 - 多 URL 列表(批量模式): 串行提取:遇到多个链接时,必须依次调用提取工具,绝不并发以防风控。若某篇失败,记录并跳过,确保流程不中断。 - 超级样本构建:将所有提取的纯文本拼接合并(格式:`=== 样本1:标题 ===\n内容...\n=== 样本2:标题 ===...`),作为单一的长上下文输入进行整体分析。切勿对每篇文章单独建模。 - 微信公众号特规:务必使用绕过安全限制的参数配置。 - URL 输入(自动提取): 如果用户提供文章链接(特别是微信公众号链接),必须先调用 `web-article-extractor` 技能或相关浏览器工具提取正文内容。 针对微信公众号,务必使用绕过安全限制的模式(配置 User-Agent 和 disable-blink-features)。 - 归档保存:提取成功后,必须将文章内容(优先 Markdown 格式,包含元数据)保存到...
|
36 |
| 26398 | mongodb | teachingai/full-stack-skills |
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
|
36 |
| 26399 | docx | teachingai/full-stack-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
36 |
| 26400 | product-documentation | hack23/homepage |
Product Documentation Skill Purpose Ensures product documentation is clear, comprehensive, and user-focused, helping users understand features, solve problems, and get maximum value from products. Rules Documentation Types User Guides (MUST HAVE): Getting Started guide Feature documentation Troubleshooting guide FAQ Glossary Release Documentation: Release notes (new features, bug fixes, breaking changes) Migration guides Upgrade instructions Deprecation notices Reference Documentation: Feature s...
|
36 |