███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23151 | quasar-queue | gravito-framework/gravito |
Quasar Queue Expert You are a systems engineer specialized in distributed tasks. Your role is to ensure background operations are reliable and observable. Workflow 1. Job Design Identify the payload required for the job. Choose between BullMQ or BeeQueue based on complexity and requirements. 2. Implementation Producer : Logic to dispatch jobs to the queue. Consumer : The worker class that executes the task. Bridge : (Optional) Use attachBridge for real-time monitoring via WebSockets. 3. Standard...
|
38 |
| 23152 | spot | htx-exchange/htx-skills-hub |
Binance Spot Skill Spot request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /api/v3/exchangeInfo (GET) Exchange information None symbol, symbols, permissions, showPermissionSets, symbolStatus No /api/v3/ping (GET) Test connectivity None None No /api/v3/time (GET) Check server time None None No /api/v3/aggTrades (GET) Compressed/Aggregate...
|
38 |
| 23153 | typescript-type-expert | cin12211/orca-q |
TypeScript Type Expert You are an advanced TypeScript type system specialist with deep expertise in type-level programming, complex generic constraints, conditional types, template literal manipulation, and type performance optimization. When to Use This Agent Use this agent for: Complex generic constraints and variance issues Advanced conditional type patterns and distributive behavior Template literal type manipulation and parsing Type inference failures and narrowing problems Recursive type d...
|
38 |
| 23154 | video-archival-system | qodex-ai/ai-agent-skills |
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
|
38 |
| 23155 | email-parser | jeremylongshore/claude-code-plugins-plus-skills |
Email Parser Purpose This skill provides automated assistance for email parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "email parser" in your request Ask about email parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for email parser Follows industry bes...
|
38 |
| 23156 | api-contract-normalizer | patricio0312rev/skills |
API Contract Normalizer Standardize API contracts across all endpoints for consistency and developer experience. Core Workflow Audit existing APIs: Document current inconsistencies Define standards: Response format, pagination, errors, status codes Create shared types: TypeScript interfaces for all contracts Build middleware: Normalize responses automatically Document contract: OpenAPI spec with examples Migration plan: Phased rollout strategy Versioning: API version strategy Standard Response...
|
38 |
| 23157 | content-brief-generator | nicepkg/ai-workflow |
Content Brief Generator A comprehensive skill for creating detailed content briefs that guide writers, ensure consistency, and align content with business goals. What This Skill Does Helps you create professional content briefs for: Blog posts and articles - Thought leadership, tutorials, how-tos Technical documentation - API docs, guides, README files Marketing copy - Landing pages, email campaigns, ads Social media content - Posts, campaigns, threads Case studies - Customer success stories...
|
38 |
| 23158 | content-marketer | rmyndharis/antigravity-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...
|
38 |
| 23159 | pptx | teachingai/full-stack-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
38 |
| 23160 | graphql-expert | personamanagmentlayer/pcl |
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
|
38 |
| 23161 | input-validation-sanitization-auditor | patricio0312rev/skills |
Input Validation & Sanitization Auditor Prevent injection attacks through proper input handling. XSS Prevention // ❌ DANGEROUS: Direct HTML injection app.get("/search", (req, res) => { res.send(`<h1>Results for: ${req.query.q}</h1>`); // XSS! }); // ✅ SAFE: Properly escaped import { escape } from "html-escaper"; app.get("/search", (req, res) => { res.send(`<h1>Results for: ${escape(req.query.q)}</h1>`); }); // ✅ BETTER: Template engine with auto-escaping res.render("search", { query: re...
|
38 |
| 23162 | ov-add-data | volcengine/openviking |
OpenViking (OV) add-resource The ov add-resource command imports external resources into OpenViking's context database — supporting local files, directories, URLs, and remote repositories. Resources are automatically processed with semantic analysis and organized under the viking://resources/ namespace. When to Use Importing project documentation, code repositories, or reference materials Adding web pages, articles, or online resources for future retrieval Building a knowledge base from external...
|
38 |
| 23163 | slack-automation | davepoon/buildwithclaude |
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
|
38 |
| 23164 | ai-image-generation | jackiexiao/jackie-skills-starter |
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
|
38 |
| 23165 | nansen-alerts | nansen-ai/nansen-cli |
Smart Alerts CRUD management for smart alerts. Alerts are internal-only (requires Nansen internal API key). Quick Reference nansen alerts list --table nansen alerts create --name < name > --type < type > --chains < chains > --telegram < chatId > nansen alerts update < id > [ --name < name > ] [ --chains < chains > ] nansen alerts toggle < id > --enabled | --disabled nansen alerts delete < id > Options Reference Flag Create Update Toggle Delete <id> (positional) required required required --name ...
|
38 |
| 23166 | datadog-automation | davepoon/buildwithclaude |
Datadog Automation via Rube MCP Automate Datadog monitoring and observability operations through Composio's Datadog toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Datadog connection via RUBE_MANAGE_CONNECTIONS with toolkit datadog 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. Ve...
|
38 |
| 23167 | subsection-writer | willoscar/research-units-pipeline-skills |
Purpose: produce a paper-like draft by writing small, inspectable files under `sections/`. This skill is semantic: - you are not "generating text" - you are executing argument moves (tension -> contrast -> evaluation -> limitation) under a citation-scope contract Use `writer-selfloop` as the strict gate (PASS/FAIL + actionable TODO). Use `evidence-selfloop` to route upstream when packs are too thin. Default mode: manual (LLM-first) Treat this skill as a writing playbook first, and as an a...
|
38 |
| 23168 | presentation-pitch-deck | aaronvanston/skills-presentations |
Pitch Deck Create investor-ready pitch decks that get meetings, pass AI screening, and tell your story without you in the room. Pitch Deck vs. Presented Deck Aspect Presented Deck Pitch Deck Text density Minimal — speaker adds context Higher — must stand alone Structure Flexible narrative Expected frameworks (Sequoia, YC) Traction Discussed verbally Shown prominently with charts The Ask Built to naturally Explicit dedicated slide Length Flexible 10-15 slides max Reading speed 3 sec/slide (glance...
|
38 |
| 23169 | interview-transcription | jamditis/claude-skills-journalism |
Interview transcription and management Practical workflows for journalists managing interviews from preparation through publication. When to activate Preparing questions for an interview Processing audio/video recordings Creating or managing transcripts Organizing notes from multiple sources Building a source relationship database Generating timestamped quotes for fact-checking Converting recordings to publishable quotes Pre-interview preparation Research checklist Before recording starts, you s...
|
38 |
| 23170 | update-release-notes | tldraw/tldraw |
Update release notes This skill handles the operational tasks of maintaining release notes: adding new PR entries to next.mdx and archiving releases when a new version is published. Release cycle The SDK releases every four weeks. One week before launch, the SDK is frozen and a production branch is cut from main . During release week, only hotfixes are cherry-picked to production . The release notes in next.mdx must reflect what ships on the production branch — not everything on main . The get-n...
|
38 |
| 23171 | arduino-code-generator | wedsamuel1230/arduino-skills |
Arduino Code Generator Generate production-quality Arduino code snippets for sensors, actuators, communication, and embedded patterns. Quick Start Browse example sketches: See 9 production-ready examples in examples/ folder ls examples/ config-example.ino, filtering-example.ino, buttons-example.ino, i2c-example.ino, csv-example.ino, scheduler-example.ino, state-machine-example.ino, hardware-detection-example.ino, data-logging-example.ino List available patterns: uv run --no-project scripts/...
|
38 |
| 23172 | laravel:using-laravel-superpowers | jpcaparas/superpowers-laravel |
This plugin adds Laravel-aware guidance while staying platform-agnostic. It works in any Laravel app with or without Sail. Runner Selection (Sail or non-Sail) Use the minimal wrapper below when running commands: ``` Prefer Sail if available, else fall back to host alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)' Example (both work depending on environment) sail artisan test with Sail php artisan test without Sail sail composer require x/y with ...
|
38 |
| 23173 | slidev-magic-move | yoanbernabeu/slidev-skills |
This skill covers Shiki Magic Move, a powerful feature that creates smooth animated transitions between different code states, similar to Keynote's Magic Move effect. When to Use This Skill - Showing code evolution step by step - Refactoring demonstrations - Before/after code comparisons - Tutorial walkthroughs - Animated code transformations How Magic Move Works Magic Move analyzes two code blocks and: - Identifies unchanged tokens - Finds moved/renamed tokens - Detects added/remov...
|
38 |
| 23174 | frontend-design | yyh211/claude-meta-skill |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
38 |
| 23175 | fancy-yard-landscaper | erichowens/some_claude_skills |
Fancy Yard Landscaper Transform your outdoor space into a beautiful, functional landscape with expert plant knowledge and design principles. When to Use This Skill Use for: Analyzing photos of your yard for design potential Creating landscape plans with visualization Plant selection for your climate and conditions Privacy screening (fast-growing options that actually work) Architecture-complementing design Seasonal planning and phased implementation Understanding what grows tall and fast (an...
|
38 |
| 23176 | trpc-patterns | blogic-cz/blogic-marketplace |
TRPC Patterns Overview Implement TRPC routers following the project's established patterns for schema definition, custom procedures, middleware, and error handling. When to Use This Skill Use this skill when: Creating new TRPC routers Adding procedures to existing routers Building custom middleware for authorization Implementing error handling in TRPC endpoints Need examples of proper TRPC patterns Core Patterns 1. Simple Inline Schemas For simple validation schemas, define them inline within th...
|
38 |
| 23177 | cloud-azure-vm | 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 [待完善:根据具体工具添加关键词]
|
38 |
| 23178 | background-removal | eachlabs/skills |
Background Removal Remove backgrounds from images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}' How To Use Reve for image editing including background changes: infsh app run falai/reve --input '{ "prompt": "remove the background, make it transparent", "image_url": "https://portrait.jpg" }' Or change backg...
|
38 |
| 23179 | docs-seeker | duc01226/easyplatform |
Documentation Discovery & Analysis Overview Intelligent discovery and analysis of technical documentation through multiple strategies: llms.txt-first: Search for standardized AI-friendly documentation Repository analysis: Use Repomix to analyze GitHub repositories Parallel exploration: Deploy multiple Explorer agents for comprehensive coverage Fallback research: Use Researcher agents when other methods unavailable Core Workflow Phase 1: Initial Discovery Identify target Extract library/frame...
|
38 |
| 23180 | sendgrid-webhooks | hookdeck/webhook-skills |
SendGrid Webhooks When to Use This Skill Setting up SendGrid webhook handlers for email delivery tracking Debugging ECDSA signature verification failures Processing email events (bounce, delivered, open, click, spam report) Implementing email engagement analytics Essential Code Signature Verification (Manual) SendGrid uses ECDSA (Elliptic Curve Digital Signature Algorithm) with public key verification. // Node.js manual verification const crypto = require ( 'crypto' ) ; function verifySignature ...
|
38 |
| 23181 | agent-evaluation | eyadsibai/ltk |
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 →...
|
38 |
| 23182 | implement | inkeep/team-skills |
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
|
38 |
| 23183 | vue-best-practices | vinayakkulkarni/vue-nuxt-best-practices |
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
|
38 |
| 23184 | shader-techniques | pluginagentmarketplace/custom-plugin-game-developer |
Shader Techniques Shader Pipeline Overview ┌─────────────────────────────────────────────────────────────┐ │ RENDERING PIPELINE │ ├─────────────────────────────────────────────────────────────┤ │ CPU (Game Logic) │ │ ↓ │ │ VERTEX SHADER │ │ ├─ Transform vertices to clip space │ │ ├─...
|
38 |
| 23185 | workflow-lite-plan | catlog22/claude-code-workflow |
Workflow-Lite-Plan Planning pipeline: explore → clarify → plan → confirm → handoff to lite-execute. Context Isolation CRITICAL : If invoked from analyze-with-file (via "执行任务"), the analyze-with-file session is COMPLETE and all its phase instructions are FINISHED and MUST NOT be referenced. Only follow LP-Phase 1-5 defined in THIS document. Phase numbers are INDEPENDENT of any prior workflow. Input <task-description> Task description or path to .md file (required) Flag Description -y , --...
|
38 |
| 23186 | devops-infrastructure | cloudai-x/claude-workflow-v2 |
DevOps & Infrastructure When to Load Trigger : Docker, CI/CD pipelines, deployment configuration, monitoring, infrastructure as code Skip : Application logic only with no infrastructure or deployment concerns DevOps Workflow Copy this checklist and track progress: DevOps Setup Progress: - [ ] Step 1: Containerize application (Dockerfile) - [ ] Step 2: Set up CI/CD pipeline - [ ] Step 3: Define deployment strategy - [ ] Step 4: Configure monitoring & alerting - [ ] Step 5: Set up environment mana...
|
38 |
| 23187 | rollup | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
38 |
| 23188 | web-design-guidelines | andrelandgraf/fullstackrecipes |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
38 |
| 23189 | model-fallback | aaaaqwq/claude-code-skills |
模型自动降级与故障切换 当使用此技能 模型请求失败 API 超时 达到速率限制 配额耗尽 需要确保服务连续性 工作原理 监控 : 检测模型请求状态 判断 : 识别失败类型(超时/限额/错误) 切换 : 自动降级到备用模型 重试 : 失败请求自动重试 恢复 : 主模型恢复后自动切回 多供应商支持 优先级配置 跨供应商故障转移 智能负载均衡 错误类型 超时 : 切换到更快模型 限额 : 切换到有配额模型 错误 : 切换到不同供应商 触发词 "模型降级" "自动切换" "模型故障" "API 失败"
|
38 |
| 23190 | remotion-best-practices | ncklrs/startup-os-skills |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
38 |
| 23191 | godot-theme-easter | thedivergentai/gd-agentic-skills |
Easter Theme (Aesthetics & Juice) Overview This skill provides the assets and logic to "Easter-fy" a game. It focuses on the Classic Easter aesthetic: bright pastels, bouncy animations, and egg/bunny iconography. Core Components 1. Easter Palette Override ( easter_palette_override.gd ) A runtime theme injector. Behavior : Iterates through UI nodes and applies a pre-defined "Easter" color palette (Pink, Cyan, Yellow, Mint). Use for : Instantly theming a menu or HUD without manually editing 50 Sty...
|
38 |
| 23192 | http-api-cloudbase | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill whenever you need to call CloudBase platform features via raw HTTP APIs , for example: Non-Node backends (Go, Python, Java, PHP, etc.) Integration tests or admin scripts that use curl or language HTTP clients Direct database operations via MySQL RESTful API Cloud function invocation via HTTP Any scenario where SDKs are not available or not preferred Do not use this skill for: Frontend Web apps using @cloudbase/js-sdk (use CloudBase Web skills) Node.js code u...
|
38 |
| 23193 | example-skill | iterate/iterate |
Example Skill This skill demonstrates the structure and format for Claude Code plugin skills. Overview Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses. When This Skill Applies This skill activates when the user's request involves: Creating or understanding plugin skills Skill template or reference needs Skill...
|
38 |
| 23194 | architect | thebushidocollective/han |
You are a senior engineer sitting with a developer before they start building. Your job is not to interrogate them — it is to think alongside them. To ask the questions a senior engineer would ask before letting someone start coding. To catch the things that seem obvious but aren't. To make sure both of you are building the same thing in your heads before either of you touches the code. This is a thinking session. Not a grilling session. Step 1 — Understand What's Here Before saying anything, ta...
|
38 |
| 23195 | nginx-c-module-design | pproenca/dot-skills |
nginx.org C Module Directive Design Best Practices Comprehensive directive design guide for nginx C module authors, focused on creating clear, consistent, and admin-friendly configuration interfaces. Contains 46 rules across 8 categories, prioritized by impact to guide decisions about what to expose, how to name it, and how to evolve it safely. When to Apply Reference these guidelines when: Deciding which values to expose as directives vs hardcode Naming new directives and choosing argument type...
|
38 |
| 23196 | grdb | johnrogers/claude-swift-engineering |
GRDB Direct SQLite access using GRDB.swift - type-safe Swift wrapper with full SQLite power when you need it. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Getting Started Setting up DatabaseQueue or DatabasePool Queries Writing raw SQL, Record types, type-safe queries Value Observation Reactive queries, SwiftUI integration Migration...
|
38 |
| 23197 | opensea | projectopensea/opensea-skill |
OpenSea API Query NFT data, trade on the Seaport marketplace, and swap ERC20 tokens across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. Quick start Set OPENSEA_API_KEY in your environment Preferred: Use the opensea CLI ( @opensea/cli ) for all queries and operations Alternatively, use the shell scripts in scripts/ or the MCP server export OPENSEA_API_KEY = "your-api-key" Install the CLI globally (or use npx) npm install -g @opensea/cli Get collection info opensea collections get bore...
|
38 |
| 23198 | generic-static-ux-designer | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
38 |
| 23199 | x-filter | kangarooking/x-skills |
X Filter Score and filter collected materials for X content creation. Topics scoring ≥7 points enter the creation pool. Scoring System (满分10分) Criteria Weight Description 热度/趋势 4分 Current popularity and trend momentum 争议性 2分 Discussion potential and debate value 高价值 3分 Information density and actionable insights 账号定位相关 1分 Alignment with account positioning Threshold: ≥7分 enters creation pool Prerequisites Materials from x-collect (or manual input) User profile from x-create/references/user-p...
|
38 |
| 23200 | skill-creator | gravito-framework/gravito |
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...
|
38 |