███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5701 | okx-a2a-payment | okx/onchainos-skills |
Onchain OS A2A Payment Wrap the onchainos payment a2a-pay CLI surface end-to-end for both seller and buyer roles. Buyer-side trust is delegated to the upstream caller — when invoked with a paymentId , the skill fetches the on-server challenge, TEE-signs it as-is, submits the credential, and auto-polls payment status to a terminal state. Skill Routing This skill only covers internal a2a payments issued via onchainos payment a2a-pay . If the request fits one of the intents below, route to the corr...
|
2.2K |
| 5702 | voice-call | steipete/clawdis |
Voice Call Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock). CLI openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw" openclaw voicecall status --call-id < id > Tool Use voice_call for agent-initiated calls. Actions: initiate_call (message, to?, mode?) continue_call (callId, message) speak_to_user (callId, message) end_call (callId) get_status (callId) Notes: Requires the voice-call plugin to be enabled. Plugin config lives under plugins...
|
2.2K |
| 5703 | slack | steipete/clawdis |
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
|
2.2K |
| 5704 | code-review | xtone/ai_development_tools |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
2.2K |
| 5705 | asc-shots-pipeline | rudrankriyam/app-store-connect-cli-skills |
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.18.1 for...
|
2.2K |
| 5706 | requirements-analysis | jwynia/agent-skills |
Requirements Analysis Diagnose requirements-level problems in software projects. Help distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking. When to Use This Skill Use this skill when: Starting a new project without clear problem definition Requirements feel vague or untestable Scope keeps expanding without bounds Constraints are unclear or unvalidated Building features without understanding the underlying need Do NOT use this sk...
|
2.2K |
| 5707 | to-prd | vinvcn/mattpocock-skills-zh-cn |
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know. Process Explore the repo to understand the current state of the codebase, if you haven't already. Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation. A deep module (as opposed to a shallow module) is one w...
|
2.2K |
| 5708 | marketing-skills | alirezarezvani/claude-skills |
Marketing Skills Division 42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer. Quick Start Claude Code /read marketing-skill/marketing-ops/SKILL.md The router will direct you to the right specialist skill. Codex CLI codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]" OpenClaw Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via...
|
2.2K |
| 5709 | to-issues | vinvcn/mattpocock-skills-zh-cn |
To Issues Break a plan into independently-grabbable GitHub issues using vertical slices (tracer bullets). Process 1. Gather context Work from whatever is already in the conversation context. If the user passes a GitHub issue number or URL as an argument, fetch it with gh issue view <number> (with comments). 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. 3. Draft vertical slices Break the plan into tracer bullet...
|
2.2K |
| 5710 | aiconfig-snippets | launchdarkly/agent-skills |
Deprecated — renamed to snippets This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the snippets skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-snippets to snippets . Installs 2.3K Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
2.2K |
| 5711 | trigger-agents | triggerdotdev/skills |
Build production-ready AI agents using Trigger.dev's durable execution. Pattern Selection ``` Need to... → Use ───────────────────────────────────────────────────── Process items in parallel → Parallelization Route to different models/handlers → Routing Chain steps with validation gates → Prompt Chaining Coordinate multiple specialized tasks → Orchestrator-Workers Self-improve until quality threshold → Evaluator-Optimizer Pause for hu...
|
2.2K |
| 5712 | aiconfig-agent-graphs | launchdarkly/agent-skills |
AI 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 AI 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 struct...
|
2.2K |
| 5713 | tailwindcss-animations | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Animations & Transitions Built-in Animations Spin Continuous rotation for loading indicators: <svg class="animate-spin h-5 w-5 text-blue-500" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4" /> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" /> </svg> Ping Radar-style pulse for notifications: <span class="relative flex h-3 w-3"> <span class="animate-ping absolute inli...
|
2.2K |
| 5714 | vue-options-api-best-practices | hyf0/vue-skills |
Vue.js Options API best practices, TypeScript integration, and common gotchas. TypeScript Need to enable TypeScript type inference for component properties → See ts-options-api-use-definecomponent Enabling type safety for Options API this context → See ts-strict-mode-options-api Using old TypeScript versions with prop validators → See ts-options-api-arrow-functions-validators Event handler parameters need proper type safety → See ts-options-api-type-event-handlers Need to type object or array pr...
|
2.2K |
| 5715 | fix | facebook/react |
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
|
2.2K |
| 5716 | typescript-e2e-testing | bmad-labs/skills |
E2E Testing Skill E2E testing validates complete workflows from user perspective, using real infrastructure via Docker. Workflows For comprehensive step-by-step guidance, use the appropriate workflow: Workflow When to Use Setup E2E Test Setting up E2E infrastructure for a new or existing project Writing E2E Test Creating new E2E test cases with proper GWT pattern Review E2E Test Reviewing existing tests for quality and correctness Running E2E Test Executing tests with proper verification Deb...
|
2.2K |
| 5717 | image-edit | starchild-ai-agent/official-skills |
Image Edit — Pro Pack on RunComfy runcomfy.com · Nano Banana Edit · GPT Image 2 Edit · Flux Kontext · Z-Image Inpaint · GitHub Image edit, intent-routed. This skill doesn't lock you to one model — it picks the right edit model in the RunComfy catalog based on what the user actually wants: batch identity-preservation, multilingual text rewrite, single-shot precise edit, or mask-driven region replacement. npx skills add agentspace-so/runcomfy-skills --skill image-edit -g Pick the right model for t...
|
2.2K |
| 5718 | cost-tracking | affaan-m/everything-claude-code |
Cost Tracking Use this skill to analyze Claude Code cost and usage history from the metrics log that ECC's stop:cost-tracker hook writes. Where the data lives The tracker appends one JSON object per session-stop to ~/.claude/metrics/costs.jsonl . Each row is a cumulative snapshot for that session , so to total spend you take the latest row per session_id and sum across sessions — summing every row multiply-counts. Row schema: Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K Fi...
|
2.2K |
| 5719 | llm-public-opinion-analytics | aradotso/data-skills |
LLM-Based Public Opinion Analytics Assistant Skill by ara.so — Data Skills collection. Overview This project is an intelligent public opinion analysis assistant that integrates real-time data from 15 mainstream platforms across 26 ranking lists with large language model (LLM) analysis capabilities. It provides conversational hot search queries, topic-specific searches, topic clustering, and sentiment analysis. The system supports: Real-time web scraping from platforms like Weibo, Bilibili, Douyi...
|
2.2K |
| 5720 | skill-scout | affaan-m/everything-claude-code |
Skill Scout Use this skill before creating a new skill. The goal is to avoid duplicating existing community or marketplace work, while still vetting anything external before adoption. Source: salvaged from stale community PR 1232 by redminwang . When to Use The user says "create a skill", "build a skill", "make a skill", or "new skill". The user asks "is there a skill for X?" or "does a skill exist that does Y?" The user describes a workflow and you are about to suggest creating a new skill. The...
|
2.2K |
| 5721 | novel-writer-cn | yangsonhung/awesome-agent-skills |
小说写作助手 专业的小说创作支持,涵盖构思、规划、写作到修改的全流程。 何时使用 当用户提出以下需求时使用本技能: 从想法或类型出发,新建小说 基于已有章节进行续写 设计角色(主角、反派、配角)与角色弧线 构建世界观(势力、规则、魔法体系、时代背景) 对已有内容做润色、重写或节奏优化 不要使用 以下场景不应使用本技能: 非创作类事实问答(如百科、实时资讯查询) 法律、医疗、金融等专业建议 抄袭或要求复制受版权保护作品风格的请求 违反平台安全规则的有害内容请求 使用说明 先判断任务类型(新建、续写、角色、世界观、修改)。 先问最少必要信息,再开始输出。 按本文件对应流程章节执行。 优先复用 references/ 与 assets/templates/ 中的材料。 保持视角、语气、角色动机与上下文一致。 输出前做一次情节连贯性与语言质量自检。 工作流程 第一步:确定需求类型 根据用户请求识别任务类型: 任务类型 用户示例 操作 新小说创作 "帮我写一部科幻小说" 进入 新建小说流程 章节续写 "给这个故事续写一章" 进入 续写流程 角色设计 "设计一个反派角色" 进入 角色设计流程 世界...
|
2.2K |
| 5722 | homelab-vlan-segmentation | affaan-m/everything-claude-code |
Homelab VLAN Segmentation How to split a home network into isolated VLANs so IoT devices, guests, and your main PCs cannot talk to each other. The most impactful security upgrade for a home network. All firewall rules shown here add isolation between segments — they do not remove existing protections. Apply changes in a maintenance window and verify connectivity between segments after each step before moving on. When to Use Setting up VLANs on a home network for the first time Isolating IoT devi...
|
2.2K |
| 5723 | homelab-pihole-dns | affaan-m/everything-claude-code |
Homelab Pi-hole DNS Pi-hole is a network-wide DNS ad blocker that runs on a Raspberry Pi or any Linux host. Every device on your network gets ad and malware domain blocking automatically — no browser extension needed. When to Use Installing Pi-hole on a Raspberry Pi or Linux host Configuring Pi-hole as the DNS server for a home network Adding or managing blocklists Setting up DNS-over-HTTPS (DoH) upstream resolvers Creating local DNS records (e.g. nas.home.lan , pi.home.lan ) Troubleshooting dev...
|
2.2K |
| 5724 | hygiene | microsoft/vscode |
Hygiene Checks VS Code runs a hygiene check as a git pre-commit hook. Commits will be rejected if hygiene fails. Running the hygiene check Always run the pre-commit hygiene check before declaring work complete. This catches issues that would block a commit. To run the hygiene check on your staged files: npm run precommit This executes node --experimental-strip-types build/hygiene.ts , which scans only staged files (from git diff --cached ). To check specific files directly (without staging them ...
|
2.2K |
| 5725 | linkedin-ghostwriting | samber/cc-skills |
Persona: You are a B2B ghostwriter. You extract authentic, quantified stories and turn them into high-conversion LinkedIn posts — results first. LinkedIn Ghostwriting Generate conversion-focused LinkedIn B2B posts, prioritizing results and authority over vanity metrics. Workflow Phase 1: Strategic Interview Extract authentic, quantified material before writing anything. Without raw material, even skilled writing produces generic posts that blend into the feed. Ask questions (8-14 at once) coveri...
|
2.2K |
| 5726 | release | tobi/qmd |
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
|
2.2K |
| 5727 | loop-library | forward-future/loop-library |
Loop Library (legacy alias) loop-library is the compatibility name for Loopy. Complete the user's request with this workflow. Use loopy , $loopy , or /loopy for new installations and explicit invocations. Help the user discover loop opportunities in existing engineering work, reuse a published Loop Library loop when one fits, audit or repair an existing loop, craft a new one through a focused interview, run it with evidence, learn from the result, or prepare it for Loop Library. Treat a loop as ...
|
2.2K |
| 5728 | deep-research | bytedance/deer-flow |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
2.2K |
| 5729 | second-brain-ingest | nicholasspisak/second-brain |
Second Brain — Ingest Process raw source documents into structured, interlinked wiki pages. Identify Sources to Process Determine which files need ingestion: If the user specifies a file or files, use those If the user says "process new sources" or similar, detect unprocessed files: List all files in raw/ (excluding raw/assets/ ) Read wiki/log.md and extract all previously ingested source filenames from ingest entries Any file in raw/ not listed in the log is unprocessed If no unprocessed files ...
|
2.2K |
| 5730 | nextjs-app-router-fundamentals | wsimmonds/claude-nextjs-skills |
Next.js App Router Fundamentals Overview Provide comprehensive guidance for Next.js App Router (Next.js 13+), covering migration from Pages Router, file-based routing conventions, layouts, metadata handling, and modern Next.js patterns. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: any[] = []; ✅ CORRECT: function handleSubmit(e: Rea...
|
2.2K |
| 5731 | trigger-setup | triggerdotdev/skills |
Get Trigger.dev running in your project in minutes. When to Use - Adding Trigger.dev to an existing project - Creating your first task - Setting up trigger.config.ts - Connecting to Trigger.dev cloud Prerequisites - Node.js 18+ or Bun - A Trigger.dev account ([https://cloud.trigger.dev](https://cloud.trigger.dev)) Quick Start 1. Install the SDK ``` npm install @trigger.dev/sdk ``` 2. Initialize Your Project ``` npx trigger init ``` This creates: - `trigger.config.ts` - proj...
|
2.2K |
| 5732 | sentry-python-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
|
2.2K |
| 5733 | literature-search | lingzhi227/agent-research-skills |
Literature Search Search multiple academic databases to find relevant papers. Input $ARGUMENTS — The search query (natural language) Scripts Semantic Scholar (primary — best for ML/AI, has BibTeX) python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "QUERY" --max-results 20 --year-range 2022 -2026 \ --api-key " $( grep S2_API_Key /Users/lingzhi/Code/keys.md 2 > /dev/null | cut -d: -f2 | tr -d ' ' ) " \ -o results_s2.jsonl Key flags: --peer-reviewed-only , --top-conf...
|
2.2K |
| 5734 | design-an-interface | vinvcn/mattpocock-skills-zh-cn |
Design an Interface Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare. Workflow 1. Gather Requirements Before designing, understand: What problem does this module solve? Who are the callers? (other modules, external users, tests) What are the key operations? Any constraints? (performance, compatibility, existing patterns) What should be hidden inside vs exposed? Ask: "What doe...
|
2.2K |
| 5735 | qa | vinvcn/mattpocock-skills-zh-cn |
QA Session Run an interactive QA session. The user describes problems they're encountering. You clarify, explore the codebase for context, and file GitHub issues that are durable, user-focused, and use the project's domain language. For each issue the user raises 1. Listen and lightly clarify Let the user describe the problem in their own words. Ask at most 2-3 short clarifying questions focused on: What they expected vs what actually happened Steps to reproduce (if not obvious) Whether it's con...
|
2.2K |
| 5736 | sentry-cloudflare-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Cloudflare SDK Sentry Cloudflare SDK Opinionated wizard that scans your Cloudflare project and guides you through complete Sentry setup for Workers, Pages, Durable Objects, Queues, Workflows, and Hono. Invoke This Skill When User asks to "add Sentry to Cloudflare Workers" or "set up Sentry" in a Cloudflare project User wants to install or configure @sentry/cloudflare User wants error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers or Pages Us...
|
2.2K |
| 5737 | voice-call | openclaw/openclaw |
Voice Call Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock). CLI openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw" openclaw voicecall status --call-id < id > Tool Use voice_call for agent-initiated calls. Actions: initiate_call (message, to?, mode?) continue_call (callId, message) speak_to_user (callId, message) end_call (callId) get_status (callId) Notes: Requires the voice-call plugin to be enabled. Plugin config lives under plugins...
|
2.2K |
| 5738 | aiconfig-agent-graphs | launchdarkly/ai-tooling |
AI 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 AI 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 struct...
|
2.2K |
| 5739 | slack | openclaw/openclaw |
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
|
2.2K |
| 5740 | fix | react/react |
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
|
2.2K |
| 5741 | edit-article | vinvcn/mattpocock-skills-zh-cn |
First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies. Confirm the sections with the user. For each section: 2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per p...
|
2.2K |
| 5742 | obsidian-vault | vinvcn/mattpocock-skills-zh-cn |
Obsidian Vault Vault location /mnt/d/Obsidian Vault/AI Research/ Mostly flat at root level. Naming conventions Index notes : aggregate related topics (e.g., Ralph Wiggum Index.md , Skills Index.md , RAG Index.md ) Title case for all note names No folders for organization - use links and index notes instead Linking Use Obsidian [[wikilinks]] syntax: [[Note Title]] Notes link to dependencies/related notes at the bottom Index notes are just lists of [[wikilinks]] Workflows Search for notes Search ...
|
2.2K |
| 5743 | image-portrait | starchild-ai-agent/official-skills |
image-portrait Use this skill for all identity-consistent portrait generation requests on Starchild. Covers: professional headshots, dating/social photos, artistic style transfers, themed/holiday portraits, photo series, digital avatars, children/family photos, ID/passport photos. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. 1. Quick start — single portrait (most common) Show more Installs 670 Repository starchild-ai-ag…l-skills GitHub Stars 15 First Seen...
|
2.2K |
| 5744 | request-refactor-plan | vinvcn/mattpocock-skills-zh-cn |
This skill will be invoked when the user wants to create a refactor request. You should go through the steps below. You may skip steps if you don't consider them necessary. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. Explore the repo to verify their assertions and understand the current state of the codebase. Ask whether they have considered other options, and present other options to them. Interview the user about the im...
|
2.2K |
| 5745 | novel-architect | junaid18183/novel-architect-skills |
A comprehensive skill for literary fiction writers that transforms vague story ideas into structured novel projects through patient, emotionally-attentive dialogue. Core Philosophy Reflection before construction. Emotional truth before narrative logic. This skill: - Works through conversation first, writing only after understanding is complete - Proposes content section-by-section, waiting for approval at each step - Stores approved sections in memory, writing files only when complete - ...
|
2.2K |
| 5746 | second-brain-query | nicholasspisak/second-brain |
Second Brain — Query Answer questions by searching and synthesizing knowledge from the wiki. Search Strategy 1. Start with the index Read wiki/index.md to identify relevant pages. Scan all category sections (Sources, Entities, Concepts, Synthesis) for entries related to the question. 2. Use qmd for large wikis If qmd is installed (check with command -v qmd ), use it for search: qmd search "query terms" --path wiki/ This is especially useful when the wiki has grown beyond ~100 pages where scannin...
|
2.2K |
| 5747 | sox-testing | anthropics/knowledge-work-plugins |
SOX Compliance Testing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals before use in audit documentation. Generate sample selections, create testing workpapers, document control assessments, and provide testing templates for SOX 404 internal contr...
|
2.2K |
| 5748 | mobile-touch | dylantarre/animation-principles |
Mobile Touch Animation Apply Disney's 12 animation principles to mobile gestures, haptics, and native app motion. Quick Reference Principle Mobile Implementation Squash & Stretch Rubber-banding, bounce on scroll limits Anticipation Peek before reveal, long-press preview Staging Sheet presentations, focus states Straight Ahead / Pose to Pose Gesture-driven vs preset transitions Follow Through / Overlapping Momentum scrolling, trailing elements Slow In / Slow Out iOS spring animations, Material ...
|
2.2K |
| 5749 | 10x-cli-setup | przeprogramowani/10x-cli |
10x-cli Setup This skill sets up the @przeprogramowani/10x-cli on the user's machine. The core principle is simple: the README is the single source of truth . The CLI evolves — version requirements change, new install methods appear, commands get updated. Rather than hardcoding any of that here, this skill tells you how to work , and the README tells you what to do . Step 1: Check if the CLI is already installed Before anything else, check the current state: 10x --version 2 > /dev/null || echo "...
|
2.2K |
| 5750 | writing-docs | remotion-dev/remotion |
Writing Remotion Documentation Documentation lives in packages/docs/docs as .mdx files. Adding a new page Create a new .mdx file in packages/docs/docs Add the document to packages/docs/sidebars.ts Write the content following guidelines below Run bun render-cards.ts in packages/docs to generate social preview cards One API per page: Each function or API should have its own dedicated documentation page. Do not combine multiple APIs (e.g., getEncodableVideoCodecs() and getEncodableAudioCodecs())...
|
2.2K |