███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1601 | rivetkit | rivet-dev/skills |
Rivet Actors Build high-performance, long-lived, in-memory processes on Rivet's actor runtime. Use this skill whenever HTTP endpoints, databases, or queues no longer meet the requirements for AI agents, realtime collaboration, workflow orchestration, or geo-distributed data. What To Do If You Get Stuck If something is not working as intended or you are stuck, prompt the user to join the Rivet Discord or file an issue on the Rivet GitHub to report an issue and get help. Provide the user with ...
|
6.9K |
| 1602 | crypto-market-rank | binance/binance-skills-hub |
Crypto Market Rank Skill Overview API Function Use Case Social Hype Leaderboard Social buzz ranking Sentiment analysis, social summaries Unified Token Rank Multi-type token rankings Trending, Top Search, Alpha, Stock with filters Smart Money Inflow Rank Token rank by smart money buys Discover tokens smart money is buying most Meme Rank Top meme tokens from Pulse launchpad Find meme tokens most likely to break out Address Pnl Rank Top trader PnL leaderboard Top PnL traders / KOL performance ranki...
|
6.9K |
| 1603 | spring-boot-engineer | jeffallan/claude-skills |
Spring Boot Engineer Senior Spring Boot engineer with expertise in Spring Boot 3+, cloud-native Java development, and enterprise microservices architecture. Role Definition You are a senior Spring Boot engineer with 10+ years of enterprise Java experience. You specialize in Spring Boot 3.x with Java 17+, reactive programming, Spring Cloud ecosystem, and building production-grade microservices. You focus on creating scalable, secure, and maintainable applications with comprehensive testing and...
|
6.9K |
| 1604 | multi-reviewer-patterns | wshobson/agents |
Multi-Reviewer Patterns Patterns for coordinating parallel code reviews across multiple quality dimensions, deduplicating findings, calibrating severity, and producing consolidated reports. When to Use This Skill Organizing a multi-dimensional code review Deciding which review dimensions to assign Deduplicating findings from multiple reviewers Calibrating severity ratings consistently Producing a consolidated review report Review Dimension Allocation Available Dimensions Dimension Focus When to ...
|
6.9K |
| 1605 | python-patterns | affaan-m/everything-claude-code |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
6.9K |
| 1606 | django-patterns | affaan-m/everything-claude-code |
Django Development Patterns Production-grade Django architecture patterns for scalable, maintainable applications. When to Activate Building Django web applications Designing Django REST Framework APIs Working with Django ORM and models Setting up Django project structure Implementing caching, signals, middleware Project Structure Recommended Layout myproject/ ├── config/ │ ├── __init__.py │ ├── settings/ │ │ ├── __init__.py │ │ ├── base.py Base settings │ │ ├── develop...
|
6.9K |
| 1607 | ui-animation | mblode/agent-skills |
UI Animation Core rules Animate to clarify cause/effect or add deliberate delight. Keep interactions fast (200-300ms; up to 1s only for illustrative motion). Never animate keyboard interactions (arrow-key navigation, shortcut responses, tab/focus). Prefer CSS; use WAAPI or JS only when needed. Make animations interruptible and input-driven. Honor prefers-reduced-motion (reduce or disable). What to animate For movement and spatial change, animate only transform and opacity . For simple state feed...
|
6.9K |
| 1608 | team-communication-protocols | wshobson/agents |
Team Communication Protocols Protocols for effective communication between agent teammates, including message type selection, plan approval workflows, shutdown procedures, and common anti-patterns to avoid. When to Use This Skill Establishing communication norms for a new team Choosing between message types (message, broadcast, shutdown_request) Handling plan approval workflows Managing graceful team shutdown Discovering teammate identities and capabilities Message Type Selection message (Direct...
|
6.9K |
| 1609 | team-composition-patterns | wshobson/agents |
Team Composition Patterns Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature. When to Use This Skill Deciding how many teammates to spawn for a task Choosing between preset team configurations Selecting the right agent type (subagent_type) for each role Configuring teammate display modes (tmux, iTerm2, in-process) Building custom team compositions for non-standard workflows Team Sizing He...
|
6.9K |
| 1610 | claude-md-improver | anthropics/claude-plugins-official |
CLAUDE.md Improver Audit, evaluate, and improve CLAUDE.md files across a codebase to ensure Claude Code has optimal project context. This skill can write to CLAUDE.md files. After presenting a quality report and getting user approval, it updates CLAUDE.md files with targeted improvements. Workflow Phase 1: Discovery Find all CLAUDE.md files in the repository: find . -name "CLAUDE.md" -o -name ".claude.md" -o -name ".claude.local.md" 2>/dev/null | head -50 File Types & Locations: Type Loc...
|
6.9K |
| 1611 | gemini-interactions-api | google-gemini/gemini-skills |
Gemini Interactions API Skill The Interactions API is a unified interface for interacting with Gemini models and agents. It is an improved alternative to generateContent designed for agentic applications. Key capabilities include: Server-side state: Offload conversation history to the server via previous_interaction_id Background execution: Run long-running tasks (like Deep Research) asynchronously Streaming: Receive incremental responses via Server-Sent Events Tool orchestration: Function calli...
|
6.9K |
| 1612 | llm-monitoring-dashboard | supercent-io/skills-template |
LLM Usage Monitoring Dashboard Tracks LLM API costs, tokens, and latency using Tokuin CLI , and auto-generates a data-driven admin dashboard with PM insights. When to use this skill LLM cost visibility : When you want to monitor API usage costs per team or individual in real time PM reporting dashboard : When you need weekly reports on who uses AI, how much, and how User adoption management : When you want to track inactive users and increase AI adoption rates Model optimization evidence : When ...
|
6.8K |
| 1613 | suggest-awesome-github-copilot-prompts | github/awesome-copilot |
Suggest Awesome GitHub Copilot Prompts Analyze current repository context and suggest relevant prompt files from the GitHub awesome-copilot repository that are not already available in this repository. Process Fetch Available Prompts : Extract prompt list and descriptions from awesome-copilot README.prompts.md . Must use fetch tool. Scan Local Prompts : Discover existing prompt files in .github/prompts/ folder Extract Descriptions : Read front matter from local prompt files to get descriptions F...
|
6.8K |
| 1614 | find-keywords | calm-north/seojuice-skills |
Find Keywords Build a prioritized keyword universe from a seed topic using intent mapping, difficulty-adjusted opportunity scoring, and cluster seeding. Before You Start Gather this context (ask if not provided): Domain and goal. What site is this for? What is the primary conversion (leads, sign-ups, sales, traffic)? Seed topic. The core subject area — not a single keyword but the business category (e.g., "project management software", "personal injury law Chicago"). Existing rankings. Does the ...
|
6.8K |
| 1615 | claude-to-im | op7418/claude-to-im-skill |
Claude-to-IM Bridge Skill You are managing the Claude-to-IM bridge. User data is stored at ~/.claude-to-im/ . The skill directory (SKILL_DIR) is at ~/.claude/skills/claude-to-im . If that path doesn't exist, fall back to Glob with pattern /skills//claude-to-im/SKILL.md and derive the root from the result. Command parsing Parse the user's intent from $ARGUMENTS into one of these subcommands: User says (examples) Subcommand setup , configure , 配置 , 我想在飞书上用 Claude , 帮我连接 Telegram setup start , star...
|
6.8K |
| 1616 | frontend-slides | affaan-m/everything-claude-code |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
6.8K |
| 1617 | api-design | affaan-m/everything-claude-code |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
6.8K |
| 1618 | keyword-research | aaron-he-zhu/seo-geo-claude-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
6.8K |
| 1619 | tdd-workflow | affaan-m/everything-claude-code |
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass. 2. Coverage Requirements Minimum 80% coverage (unit + integration + E2E) All edge cases covered Error scenarios tested ...
|
6.8K |
| 1620 | gmgn-market | gmgnai/gmgn-skills |
Use the gmgn-cli tool to query K-line data for a token or browse trending tokens. Sub-commands Sub-command Description market kline Token candlestick data market trending Trending token swap data Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environment gmgn-cli installed globally: npm install -g gmgn-cli@1.0.1 Kline Parameters Parameter Required Description --chain Yes sol / bsc / ...
|
6.8K |
| 1621 | gmgn-token | gmgnai/gmgn-skills |
Use the gmgn-cli tool to query token information based on the user's request. Sub-commands Sub-command Description token info Basic info + realtime price token security Security metrics (holder concentration, contract risks) token pool Liquidity pool info token holders Top token holders list token traders Top token traders list Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environme...
|
6.8K |
| 1622 | clerk-expo-patterns | clerk/skills |
Expo Patterns SDK: @clerk/expo v3+. Requires Expo 53+, React Native 0.73+. What Do You Need? Task Reference Persist tokens with SecureStore references/token-storage.md OAuth (Google, Apple, GitHub) references/oauth-deep-linking.md Protected screens with Expo Router references/protected-routes.md Push notifications with user data references/push-notifications.md Mental Model Clerk stores the session token in memory by default. In native apps: SecureStore — encrypt token in device keychain (recomm...
|
6.8K |
| 1623 | notebooklm | teng-lin/notebooklm-py |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
6.8K |
| 1624 | shopify-storefront-graphql | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual ...
|
6.8K |
| 1625 | gke-basics | google/skills |
Google Kubernetes Engine (GKE) Basics GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails. Quick Start gcloud services enable container.googleapis.com gcloud container clusters create-auto my-cluster --region = us-central1 gcloud container clusters get-credentials my-cluster --region = us-central1 kubectl cr...
|
6.8K |
| 1626 | remember | rohitg00/agentmemory |
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
|
6.8K |
| 1627 | rivetkit-client-javascript | rivet-dev/skills |
RivetKit JavaScript Client Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with rivetkit/client. First Steps Install the client (latest: 2.0.42-rc.1) npm install rivetkit@2.0.42-rc.1 Create a client with createClient() and call actor actions. Getting Started See the backend quickstart guide for getting started. Minimal Client import { createClient } from "rivetkit/client"; import type { registry } from "./registry"; const client = cre...
|
6.8K |
| 1628 | academic-researcher | shubhamsaboo/awesome-llm-apps |
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
|
6.8K |
| 1629 | shopify-custom-data | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<operation or type name>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags....
|
6.8K |
| 1630 | firebase-basics | google/skills |
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
|
6.8K |
| 1631 | recall | rohitg00/agentmemory |
The user wants to recall past context about: $ARGUMENTS Use the memory_smart_search MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json ) with the user's query as the query argument and limit: 10 . The tool runs hybrid BM25 + vector + graph-expanded search over captured observations and returns ranked results. Present the returned results to the user in a readable format: Group by session For each observation show its type, title, and narrative High...
|
6.8K |
| 1632 | session-history | rohitg00/agentmemory |
Fetch recent session history using the memory_sessions MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json ). Pass limit: 20 to get a meaningful window. Present the returned sessions in reverse chronological order: Show the session ID (first 8 chars), project, start time, and status For each session with observations, show the key highlights (type + title) Note the total observation count per session If a session summary exists, surface the title an...
|
6.8K |
| 1633 | google-cloud-waf-cost-optimization | google/skills |
Google Cloud Well-Architected Framework skill for the Cost Optimization pillar Overview The Cost Optimization pillar of the Google Cloud Well-Architected Framework provides a structured approach to optimize the costs of your cloud workloads while maximizing business value. Cloud costs differ significantly from on-premises capital expenditure (CapEx) models, requiring a shift to operational expenditure (OpEx) management and a culture of accountability (FinOps). Core principles The recommendations...
|
6.8K |
| 1634 | forget | rohitg00/agentmemory |
The user wants to remove data from agentmemory: $ARGUMENTS IMPORTANT : This is a destructive operation. Always confirm with the user before deleting. Steps: First search for matching observations with the memory_smart_search MCP tool (provided by the agentmemory server this plugin wires up via .mcp.json ). Use the user's input as the query with limit: 20 . Show the user what was found — session IDs, observation IDs, titles — and ask for explicit confirmation before deleting. Once confirmed, call...
|
6.8K |
| 1635 | ai-tool-compliance | supercent-io/skills-template |
ai-tool-compliance - Internal AI Tool Compliance Automation When to use this skill Starting a new AI project : When scaffolding the compliance foundation (RBAC, Gateway, logs, cost tracking) from scratch Pre-deploy P0 full verification : When automatically evaluating all 13 P0 mandatory requirements as pass/fail and computing a compliance score RBAC design and permission matrix generation : When defining the 5 roles (Super Admin/Admin/Manager/Viewer/Guest) + granular access control per game/menu...
|
6.7K |
| 1636 | import-infrastructure-as-code | github/awesome-copilot |
Import Infrastructure as Code (Azure -> Terraform with AVM) Convert existing Azure infrastructure into maintainable Terraform code using discovery data and Azure Verified Modules. When to Use This Skill Use this skill when the user asks to: Import existing Azure resources into Terraform Generate IaC from live Azure environments Handle any Azure resource type supported by AVM (and document justified non-AVM fallbacks) Recreate infrastructure from a subscription or resource group Map dependencies ...
|
6.7K |
| 1637 | rivetkit-client-react | rivet-dev/skills |
RivetKit React Client Use this skill when building React apps that connect to Rivet Actors with @rivetkit/react. First Steps Install the React client (latest: 2.0.42-rc.1) npm install @rivetkit/react@2.0.42-rc.1 Create hooks with createRivetKit() and connect with useActor(). Getting Started See the React quickstart guide for getting started. Install Minimal Client import { createRivetKit } from "@rivetkit/react"; import type { registry } from "./registry"; const { useActor } = createRivetK...
|
6.7K |
| 1638 | vue | onmax/nuxt-skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
6.7K |
| 1639 | email-best-practices | resend/email-best-practices |
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
|
6.7K |
| 1640 | gmgn-portfolio | gmgnai/gmgn-skills |
Use the gmgn-cli tool to query wallet portfolio data based on the user's request. Sub-commands Sub-command Description portfolio info Wallets and main currency balances bound to the API Key portfolio holdings Wallet token holdings with P&L portfolio activity Transaction history portfolio stats Trading statistics (supports batch) portfolio token-balance Token balance for a specific token Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where y...
|
6.7K |
| 1641 | threejs-fundamentals | cloudai-x/threejs-skills |
Three.js Fundamentals Quick Start import * as THREE from "three"; // Create scene, camera, renderer const scene = new THREE.Scene(); const camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 0.1, 1000, ); const renderer = new THREE.WebGLRenderer({ antialias: true }); renderer.setSize(window.innerWidth, window.innerHeight); renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2)); document.body.appendChild(renderer.domElement); // Add a mesh const geom...
|
6.7K |
| 1642 | orderly-onboarding | starchild-ai-agent/official-skills |
Orderly Network: Agent Onboarding Orderly is an omnichain orderbook-based trading infrastructure providing perpetual futures liquidity for decentralized exchanges. This skill is your starting point for building on or learning about Orderly Network. When to Use First time encountering Orderly Network Setting up AI agent tools for Orderly development Understanding the Orderly ecosystem and offerings Finding the right skill or resource for your task Understanding what tools are available for AI age...
|
6.7K |
| 1643 | story | worldwonderer/oh-story-claudecode |
story:网文工具箱路由 你是网文工具箱的路由入口。用户的请求模糊时由你分发到具体 skill。 路由表 用户意图 关键词示例 路由到 写长篇 开书、写大纲、长篇、连载 /story-long-write 写短篇 短篇、盐言、一万字 /story-short-write 长篇拆文 拆文、分析这本书、黄金三章 /story-long-analyze 短篇拆文 拆短篇、分析这个故事 /story-short-analyze 长篇扫榜 长篇排行、什么火、起点/番茄/晋江 /story-long-scan 短篇扫榜 短篇排行、知乎盐言排行 /story-short-scan 去 AI 味 去 AI 味、太 AI、去味 /story-deslop 封面 封面、封面图 /story-cover 环境部署 准备写书、搭环境、初始化 /story-setup 浏览器操控 浏览器、抓取、登录态 /browser-cdp 查资料 查资料、帮我查资料、调研、搜索一下、搜一下 直接 spawn story-researcher agent 路由流程 分析用户请求,提取意图关键词 匹配上表,找到对应的 ski...
|
6.7K |
| 1644 | story-setup | worldwonderer/oh-story-claudecode |
story-setup:网文写作工具集基础设施部署 你是写作基础设施部署器。将网文写作工具集的全套基础设施(hooks、rules、agents、CLAUDE.md)部署到用户项目目录。 执行铁律:不覆盖用户已有配置,合并而非替换。 Phase 1:检测项目状态 检查当前目录是否已部署过(存在 .story-deployed ) 如果已存在 → 使用 AskUserQuestion 确认是否重新部署 检查是否有书名目录(包含 追踪/ 子目录的目录,或用户自定义结构) 有 → 识别为长篇项目,显示当前项目信息 无 → 识别为新项目或短篇项目 检查 .claude/settings.local.json 是否存在 存在 → 读取现有配置,后续合并 不存在 → 后续创建新文件 检查 .active-book 文件是否存在 存在 → 显示当前活跃书目 不存在 → 跳过 Phase 2:部署基础设施 使用 AskUserQuestion 确认部署位置后,依次执行: 2.1 部署 CLAUDE.md 读取 skills/story-setup/references/templates/CLAUDE...
|
6.7K |
| 1645 | dbs-good-question | dontbesilent2025/dbskill |
dbs-good-question:好问题生成器 你是 dontbesilent 的好问题生成器。你的任务是把用户丢来的模糊问题、现象或困惑,改写成 Agent 可以推理、批评、验证、行动的问题说明书,并判断这个问题可以被自动化解决到什么程度。 核心使命:让问题承担推理约束。 一个好问题要压缩搜索空间、暴露关键冲突、指向可检验解释。问题越清楚,Agent 越能生成 hard to vary 的候选解释;问题越含混,Agent 越依赖默认假设。 核心哲学 原则 1:好问题先钉现象 不要直接回答「为什么我做不好」「为什么没人买」「这个能不能做」这类大问题。先把它钉成一个可以观察的现象。 坏问题: 为什么我的内容没人买? 为什么我做不好个人 IP? 这个项目能不能自动化? Show more
|
6.7K |
| 1646 | recap | rohitg00/agentmemory |
The user wants a recap. Time window args: $ARGUMENTS Parse $ARGUMENTS to determine the window: today -> sessions started on the current local date this week -> sessions started in the last 7 days last <n> -> the most recent N sessions bare numeric -> treat as last <n> empty -> default to last 10 Call the memory_sessions MCP tool, then filter to the current project (match by cwd against the working directory). Apply the time window. Sort by startedAt descending. Group the surviving sessions by th...
|
6.7K |
| 1647 | commit-context | rohitg00/agentmemory |
The user wants commit context for: $ARGUMENTS Run git blame (or git log -L ) on the target file, function, or line in $ARGUMENTS to extract the most recent commit SHA that touched it. Use git blame -L <start>,<end> <file> when a line range is given, git log -L :<function>:<file> when a function name is given, and git log -n 1 -- <file> when only a path is given. With the SHA in hand, look up the linked agent session via the memory_commit_lookup MCP tool with sha: "<full-sha>" . If the MCP tool i...
|
6.7K |
| 1648 | google-cloud-waf-reliability | google/skills |
Google Cloud Well-Architected Framework skill for the Reliability pillar Overview The Reliability pillar of the Google Cloud Well-Architected Framework provides principles and recommendations to help you design, deploy, and manage reliable, resilient, and highly available workloads in Google Cloud. A reliable system consistently performs its intended functions under defined conditions, is resilient to failures, and recovers gracefully from disruptions, thereby minimizing downtime, enhancing user...
|
6.7K |
| 1649 | handoff | rohitg00/agentmemory |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
6.7K |
| 1650 | commit-history | rohitg00/agentmemory |
The user wants a list of agent-linked commits. Filter args: $ARGUMENTS Parse $ARGUMENTS for optional branch=<name> , repo=<url-or-fragment> , and limit=<n> tokens. A bare numeric token becomes the limit. Defaults: no branch filter, no repo filter, limit 100, max 500. Call the memory_commits MCP tool with the parsed filters. If the MCP tool is unavailable, fall back to HTTP: build GET $AGENTMEMORY_URL/agentmemory/commits and append each filter as a URL-encoded query parameter (use URLSearchParams...
|
6.7K |