Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,475
总 Skills
36.2M
总安装量
2,446
贡献者
# Skill 仓库 描述 安装量
11601 game-development vudovn/antigravity-kit
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
83
11602 tennis-data machina-sports/sports-skills
Tennis Data (ATP + WTA) Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills tennis get_scoreboard --tour = atp sports-skills tennis get_rankings --tour = wta sports-skills tennis get_calendar --tour = atp --year = 2026 Important: Tennis is Not a Team Sport Tennis data is fundamentally different from team sports (NFL, NBA, etc.): Tournaments, not games : Events are multi-day tournaments containing many matches. Individual athletes : Competitors are individual players (...
83
11603 linkedin-automation sickn33/antigravity-awesome-skills
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin 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 end...
83
11604 code-quality s-hiraoku/synapse-a2a
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
83
11605 pr-draft-summary openai/openai-agents-python
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
83
11606 diagram-generator oimiragieo/agent-studio
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — Mermaid/output patterns from claude-flow code-intelligence, everything-claude-code architect. Processing Limits (Memory Safeguard) Diagram generator can analyze large codebases. To prevent memory exhaustion: File chunk limit: 1000 files per diagram (HARD LIMIT) Each file: ~1-5 KB analysis overhead 1000 files × 2 KB = ~2 MB per diagram Keeps diagram generation memory-efficient Why the limit? Analyzing 5000+ files → 10+ MB memory → context exp...
83
11607 gramio gramiojs/documentation
GramIO GramIO is a modern, type-safe Telegram Bot API framework for TypeScript. It runs on Node.js , Bun , and Deno with full Bot API coverage, a composable plugin system, and first-class TypeScript support. When to Use This Skill Creating or modifying Telegram bots Setting up bot commands, callbacks, inline queries, or reactions Building keyboards (reply, inline, remove, force reply) Formatting messages with entities (bold, italic, code, links, mentions) Uploading/downloading files and media Ma...
83
11608 sast-configuration sickn33/antigravity-awesome-skills
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
83
11609 lsp-setup rysweet/amplihack
LSP Setup for GitHub Copilot CLI UTILITY SKILL — installs and configures Language Server Protocol servers for Copilot CLI. USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding" DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups Workflow Ask the language — use ask_user to ask which programming lang...
83
11610 wechat-title-optimizer steelan9199/wechat-publisher
公众号标题优化专家 你是公众号爆款标题专家,精通传播心理学、平台算法和用户行为分析。专为技术/效率工具类内容创作者优化标题。 核心原则 :标题必须与文章内容高度匹配,不能为了吸引眼球而脱离内容本质。 工作流程 第一步:信息收集 在优化标题前,你必须先收集以下信息: 原标题 - 用户提供的原始标题 文章内容 - 从上下文中智能提取文章正文(如果存在) 目标读者 - 文章面向的受众群体 核心关键词 - 必须保留的技术术语或品牌词 第二步:内容分析(关键步骤) 如果上下文中包含文章内容 ,你必须: 提取文章的核心主题和主旨 识别文章的关键价值点和亮点 分析文章的结构(教程/案例/观点/工具介绍等) 找出最能吸引目标读者的内容钩子 确保标题准确反映文章内容,不夸大、不误导 如果上下文中没有文章内容 ,你需要: 基于标题本身进行优化 明确告知用户:"未检测到文章内容,优化基于标题本身。如能提供文章内容,可生成更精准的标题。" 核心能力 1. 标题诊断 识别原标题的 3 个核心问题 (流量/转化/定位层面) 判断标题匹配的 受众层级 (小白/进阶/专家) 内容匹配度评估 :标题是否准确反映文章核心...
83
11611 projection-patterns sickn33/antigravity-awesome-skills
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
83
11612 daw-music pluginagentmarketplace/custom-plugin-game-developer
DAW & Music Composition DAW Selection ┌─────────────────────────────────────────────────────────────┐ │ DAW COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ REAPER: │ │ Price: $60 │ Best for: Game audio, flexibility │ │ Pros: Lightweight, customizable, great for stems │ ├─────────────────────────────────────────────────────────────┤ │ ABLETON LIV...
83
11613 auth-patterns davepoon/buildwithclaude
Authentication Patterns in Next.js Overview Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management. Authentication Libraries Library Best For NextAuth.js (Auth.js) Full-featured auth with providers Clerk Managed auth service Lucia Lightweight, flexible auth Supabase Auth Supabase ecosystem Custom JWT Full control NextAuth.js v5 Setup Installation npm install next-auth@beta Conf...
83
11614 spec-init zixun-github/aisdlc
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
83
11615 testing-r-packages posit-dev/skills
Testing R Packages with testthat Modern best practices for R package testing using testthat 3+. Initial Setup Initialize testing with testthat 3rd edition: usethis :: use_testthat ( 3 ) This creates tests/testthat/ directory, adds testthat to DESCRIPTION Suggests with Config/testthat/edition: 3 , and creates tests/testthat.R . File Organization Mirror package structure: Code in R/foofy.R → tests in tests/testthat/test-foofy.R Use usethis::use_r("foofy") and usethis::use_test("foofy") to create p...
83
11616 challenge-funnel manojbajaj95/claude-gtm-plugin
Challenge Funnel Build multi-day challenge funnels that activate prospects, deliver quick wins, and build momentum toward core offers (courses, coaching, membership, SaaS). Create experiences that feel like premium bootcamps. Challenge Objectives Deliver transformation or noticeable progress in 5-7 days Build daily engagement through live sessions, community, accountability Create urgency to join flagship offer during/after challenge Capture testimonials, social proof, and user-generated content...
83
11617 ui-designer 404kidwiz/claude-supercode-skills
UI Designer Overview This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts. When to Use User provides UI screenshots, mockups, or design references Need to extract color palettes, typography, spacing from existing designs Want to generate design system documentation from visual examples Building MVP UI that should mat...
83
11618 iterative-development alinaqi/claude-bootstrap
*Load with: base.md* Concept: Self-referential development loops where Claude iterates on the same task until completion criteria are met. Based on the [Ralph Wiggum plugin](https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum). Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ ITERATION > PERFECTION │ │ ───────────────────────────────────────────────────────── │ │ Don't aim for perfect on first t...
83
11619 create-voltagent voltagent/skills
Create VoltAgent Skill Complete guide for creating new VoltAgent projects. Includes the CLI flow and a full manual setup. Official documentation: https://voltagent.dev/docs/ Start Here When a user wants to create a VoltAgent project, ask: "How would you like to create your VoltAgent project?" Automatic Setup - run npm create voltagent-app@latest and handle prompts Interactive Guide - walk through each step and confirm choices Manual Installation - set up dependencies and a full working exa...
83
11620 calling-rust-from-tauri-frontend dchuk/claude-code-tauri-skills
Calling Rust from Tauri Frontend This skill covers how to call Rust backend functions from your Tauri v2 frontend using the command system and invoke function. Overview Tauri provides two IPC mechanisms: Commands (recommended): Type-safe function calls with serialized arguments/return values Events: Dynamic, one-way communication (not covered here) Basic Commands Defining a Command in Rust Use the [tauri::command] attribute macro: // src-tauri/src/lib.rs [tauri::command] fn greet(name: Str...
83
11621 workflow-enforcement rysweet/amplihack
Guides Claude to complete all workflow steps by: - Reminding about step completion tracking (use TodoWrite or `~/.amplihack/.claude/runtime/workflow_state.yaml`) - Emphasizing mandatory steps (0, 10, 16-17) that must not be skipped - Providing visual progress indicator format - Defining expected blocking behavior at checkpoints Implementation Status: This skill is currently a SPECIFICATION that guides Claude behavior. Actual blocking enforcement requires either: - Claude self-compliance (c...
83
11622 cli posit-dev/skills
Tambo CLI Agent-friendly CLI for project setup and component management. Quick Start npx tambo init --api-key = sk_ .. . Initialize with API key npx tambo add message-thread-full --yes Add a component npx tambo create-app my-app --template = standard New app from template Non-Interactive Mode The CLI detects non-interactive environments and returns guidance instead of hanging: In CI or piped environments, this returns guidance (exit 2) instead of prompting npx tambo init Error: Project name...
83
11623 crm-integration manojbajaj95/claude-gtm-plugin
Close CRM - Daily driver for SMB sales (simplest API, best value) HubSpot - Marketing + Sales alignment with rich ecosystem Salesforce - Enterprise requirements and complex workflows Cross-CRM Sync - Bidirectional sync with conflict resolution Key deliverables: API client setup with proper authentication CRUD operations for leads, contacts, deals, activities Webhook handlers for real-time sync Pipeline automation and reporting <quick_start> Close CRM (API Key Auth): import httpx class Close...
83
11624 magento-code-reviewer maxnorm/magento2-agent-skills
Magento 2 Code Reviewer Elite code review expert specializing in modern code analysis, security vulnerabilities, performance optimization, and production reliability for Magento 2 applications. Follows Adobe Commerce best practices and Magento 2 Certified Developer standards. When to Use Reviewing code before commits or pull requests Ensuring code quality and standards compliance Security vulnerability assessment Performance optimization review Architecture and design pattern validation Pre-depl...
83
11625 token-saver-context-compression oimiragieo/agent-studio
Token Saver Context Compression Use this skill to reduce token usage while preserving grounded evidence. This integrates: pnpm search:code (hybrid retrieval) token-saver Python compression scripts MemoryRecord persistence into framework memory spawn prompt evidence injection ( [mem:*] / [rag:*] ) Activation The token-saver skill can be invoked in two ways: Manual Invocation (always available) Skill ( { skill : 'token-saver-context-compression' } ) ; Use this when context pressure is high, pnpm s...
83
11626 agent-browser andreadellacorte/groove
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
83
11627 skill-navigator manojbajaj95/claude-gtm-plugin
Skill Navigator The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had. Instructions You are the master skill navigator and orchestrator. You have knowledge of all 99 Claude skills in the library. When a user describes what they want to accomplish, you: 1) Identify which skill(s) can help, 2) Explain how to trigger them, 3) Suggest skill combinations for com...
83
11628 specstory-project-stats specstoryai/agent-skills
Fetches project statistics from SpecStory's cloud platform, showing contributor counts, session activity, and other project metrics. How It Works - Identifies the project via `.specstory/.project.json`, git remote, or folder name - Calls the SpecStory Cloud API - Returns project statistics in JSON format - Presents the data in a readable summary Prerequisites - Project must be synced to SpecStory Cloud - Node.js must be available to run the script Usage Slash Command | `/specstory...
83
11629 mcp-manager rysweet/amplihack
Natural language interface to MCP Manager CLI tool for managing Model Context Protocol server configurations. Users interact conversationally: "enable the filesystem MCP", "add a database server", "show me all my MCPs". Activation Activates on MCP keywords within 3-message window or explicit invocation: `/mcp-manager` Commands 1. List MCPs Display all configured MCP servers with status. - "List all my MCPs" / "Show me my MCP servers" - CLI: `python3 -m mcp-manager.cli list` 2. Enable...
83
11630 dx-optimizer sickn33/antigravity-awesome-skills
Use this skill when Working on dx optimizer tasks or workflows Needing guidance, best practices, or checklists for dx optimizer Do not use this skill when The task is unrelated to dx optimizer 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 are a Devel...
83
11631 article-extractor dedalus-erp-pas/foundation-skills
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
83
11632 ai-engineer 404kidwiz/claude-supercode-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
83
11633 notion-automation composiohq/awesome-claude-skills
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
83
11634 pydantic-ai-testing existential-birds/beagle
Testing PydanticAI Agents TestModel (Deterministic Testing) Use TestModel for tests without API calls: import pytest from pydantic_ai import Agent from pydantic_ai.models.test import TestModel def test_agent_basic(): agent = Agent('openai:gpt-4o') Override with TestModel for testing result = agent.run_sync('Hello', model=TestModel()) TestModel generates deterministic output based on output_type assert isinstance(result.output, str) TestModel Configuration from pydanti...
83
11635 firebase alinaqi/claude-bootstrap
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
83
11636 capacitor-keyboard cap-go/capgo-skills
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
83
11637 abstract-strategy jwynia/agent-skills
Abstract Strategy Game Design Purpose Design abstract strategy games—games with perfect information, no randomness, and strategic depth. Provides frameworks for ideation, design, and evaluation. Core Definition Abstract strategy games require: Perfect Information: All game state visible to all players No Randomness: Outcomes determined solely by player decisions Minimal Theme: Mechanics over narrative Player Agency: Success depends on strategic thinking Quick Reference: Game Types Type Core ...
83
11638 devops-flow vladm3105/aidoc-flow-framework
devops-flow Description: Infrastructure as Code, CI/CD pipeline automation, and deployment management Category: DevOps & Deployment Complexity: High (multi-cloud + orchestration + automation) Purpose Automate infrastructure provisioning, CI/CD pipelines, and deployment processes based on SPEC documents and ADR decisions. Ensures consistent, repeatable, and secure deployments across environments. Capabilities 1. Infrastructure as Code (IaC) Terraform: Cloud-agnostic infrastructure provision...
83
11639 payment-integration 404kidwiz/claude-supercode-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration 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...
83
11640 grafana-expert personamanagmentlayer/pcl
You are an expert in Grafana with deep knowledge of dashboard creation, panel types, data sources, templating, alerting, and production operations. You design and manage comprehensive visualization and observability systems following Grafana best practices. Core Expertise Grafana Architecture Components: ``` Grafana Stack: ├── Grafana Server (UI/API) ├── Data Sources (Prometheus, Loki, etc.) ├── Dashboards (visualizations) ├── Alerts (alerting engine) ├── Plugins (extensions) └── Users & T...
83
11641 write-tbp tldraw/tldraw
Write technical blog post This skill covers how to write technical blog posts about tldraw's implementation details. Process 1. Create the workspace Create an assets folder for this topic: .claude/skills/write-tbp/assets/<topic>/ ├── research.md Gathered context and notes └── draft.md The blog post draft Use a short, kebab-case name for the topic (e.g., scribbles , arrow-routing , dash-patterns ). 2. Research the topic Use an Explore subagent to gather all relevant information: Task (su...
83
11642 supabase-audit-tables-read yoanbernabeu/supabase-pentest-skills
Table Data Access Test 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each table tested Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill attempts to read dat...
83
11643 ssh-hardening mikr13/secure-server-setup-skills
SSH Hardening Skill Secure SSH access to VPS servers by implementing industry-standard hardening practices. What This Skill Does This skill helps AI agents harden SSH configuration on VPS servers. SSH is the primary entry point for server management, making it a critical attack vector. Proper SSH hardening prevents unauthorized access, brute-force attacks, and credential theft. Key capabilities: Create non-root users with sudo privileges Generate and configure SSH key authentication Disable pass...
83
11644 legacy-modernizer sickn33/antigravity-awesome-skills
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
83
11645 senior-qa borghei/claude-skills
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
83
11646 specstory-link-trail specstoryai/agent-skills
Reviews your `.specstory/history` sessions and creates a summary of all URLs that were fetched via WebFetch tool calls. Useful for auditing external resources accessed during development. How It Works - Parses SpecStory history files for WebFetch tool calls - Extracts URLs, status codes, and context - Groups by session with timestamps - Separates successful fetches from failures - Deduplicates repeated URLs with fetch counts Why Track Links? During AI-assisted coding, your assistant fe...
83
11647 hybrid-cloud-networking sickn33/antigravity-awesome-skills
Hybrid Cloud Networking Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute. Purpose Establish secure, reliable network connectivity between on-premises data centers and cloud providers (AWS, Azure, GCP). When to Use Connect on-premises to cloud Extend datacenter to cloud Implement hybrid active-active setups Meet compliance requirements Migrate to cloud gradually Connection Options AWS Connectivity 1. Site-to...
83
11648 novelweave-workflow microck/ordinary-claude-skills
NovelWeave 小说创作工作流 NovelWeave 核心理念 NovelWeave 是一个 AI 驱动的小说创作助手,设计用于支持从构思到完稿的整个创作过程。 三大支柱 结构化创作 - 通过专用命令引导创作流程 知识管理 - 使用 Knowledge Base 追踪世界观和角色 AI 协作 - 与 AI 共同创作,而非让 AI 独立创作 完整创作工作流 阶段 1:构思和规划 1.1 定义创作核心(Constitution) 使用 /constitution 命令建立小说的核心价值观和主题。 目的: 定义小说的核心主题和价值观 为创作决策建立指南针 保持整个创作过程的一致性 示例: /constitution 主题:救赎与希望 价值观:即使在最黑暗的时刻,人性的善良仍会发光 避免:廉价的情感操纵、不必要的暴力 1.2 制定创作计划 使用 /plan 命令构建小说大纲和结构。 最佳实践: 从简单大纲开始(三幕结构或章节概要) 确定关键转折点和高潮 保持灵活性 - 允许情节在创作中演变 阶段 2:世界构建和角色塑造 2.1 建立角色档案 使用 Agent Ru...
83
11649 start-from-scratch tambo-ai/tambo
Start From Scratch Guide users through creating a new Tambo project with recommended technologies. Quick Start (Recommended Stack) npx tambo create-app my-app --template = standard cd my-app npm run dev This creates a Next.js + Tailwind + TypeScript + Zod project ready for generative UI. Guided Flow When user wants to start fresh, ask about their preferences: Question 1: Framework What framework would you like to use? 1. Next.js (Recommended) - Full-stack React with App Router 2. Vite - Fast, li...
83
11650 weaviate weaviate/agent-skills
Weaviate Database Operations This skill provides comprehensive access to Weaviate vector databases including search operations, natural language queries, schema inspection, data exploration, filtered fetching, collection creation, and data imports. Weaviate Cloud Instance If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud . Environment Variables Required: WEAVIATE_URL - Your Weaviate Clo...
83