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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,426
总 Skills
160.7M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
24101 doc-naming vladm3105/aidoc-flow-framework
doc-naming Skill Enforces unified ID naming standards and threshold naming rules for all SDD documentation artifacts. 1. Purpose & Scope When to Invoke Invoke this skill BEFORE creating or editing any SDD documentation artifact. Use it to: Verify element ID format compliance Check for removed/legacy patterns Validate threshold tag syntax Ensure document ID format correctness Coverage This skill covers all 12 SDD document types: Layer Document Type Description 1 BRD Business Requirements Do...
44
24102 settings-and-tuning terrylica/cc-skills
Settings and Tuning Configure all adjustable parameters for the TTS engine, Telegram bot, and supporting infrastructure. All settings are centralized in the mise.toml SSoT. Platform : macOS (Apple Silicon) When to Use This Skill Changing TTS voice (English, Chinese, or macOS say voices) Adjusting speech speed Tuning TTS timeouts or queue depth Configuring notification rate limiting or circuit breakers Adjusting prompt executor throttling Modifying session picker limits Changing audit log retenti...
44
24103 react-testing-patterns hieutrtr/ai1-skills
React Testing Patterns When to Use Activate this skill when: Writing tests for React components (rendering, interaction, accessibility) Testing custom hooks with renderHook Mocking API calls with MSW (Mock Service Worker) Testing async state changes (loading, error, success) Auditing component accessibility with jest-axe Setting up test infrastructure (providers, test utilities) Do NOT use this skill for: E2E browser tests with Playwright (use e2e-testing ) Backend Python tests (use pytest-patte...
44
24104 crisis-detection-intervention-ai erichowens/some_claude_skills
Crisis Detection & Intervention AI Expert in detecting mental health crises and implementing safe, ethical intervention protocols. ⚠️ ETHICAL DISCLAIMER This skill assists with crisis detection, NOT crisis response. ✅ Appropriate uses: Flagging concerning content for human review Connecting users to professional resources Escalating to crisis counselors Providing immediate hotline information ❌ NOT a substitute for: Licensed therapists Emergency services (911) Medical diagnosis Profession...
44
24105 restful-hateoas pproenca/dot-skills
Community RESTful HATEOAS Best Practices Comprehensive guide to building REST APIs that reach the Glory of REST (Richardson Maturity Level 3) in Ruby on Rails. Contains 47 rules across 9 categories, ordered by the request/response lifecycle — from resource URI design through hypermedia link relations to API evolution. When to Apply Reference these guidelines when: Designing new REST API endpoints and resource URIs Adding hypermedia controls (_links, affordances) to API responses Implementing con...
44
24106 localstack localstack/skills
LocalStack Lifecycle Management Manage the LocalStack container lifecycle including starting, stopping, and monitoring the local cloud environment. Capabilities Start LocalStack with custom configuration Stop running LocalStack instances Check LocalStack status and health Restart LocalStack with new settings View LocalStack version and configuration Common Commands Start LocalStack Basic start localstack start -d Start with debug mode DEBUG = 1 localstack start -d Start with Pro features (req...
44
24107 swain-stage cristoslc/swain
Stage Tmux workspace manager for swain. Creates pane layouts, manages an animated MOTD status panel, and gives the agent direct control over the visual workspace. Prerequisite: Must be running inside a tmux session ( $TMUX must be set). If not in tmux, inform the user and exit gracefully. Script location Swain project skills live under skills/ in the project root. For this skill, use: skills/swain-stage/scripts/swain-stage.sh — main tmux layout and pane manager skills/swain-stage/scripts/swain-m...
44
24108 qa-assistant caomeiyouren/momei
QA Assistant Skill (问答助手技能) 能力 (Capabilities) 全域检索 : 能够快速检索项目中的所有文档 ( docs/ ) 和源代码,并具备跨工作树( momei-dev , momei-test )的资产识别能力。 代码理解 : 分析代码片段以回答关于实现细节、逻辑流程或技术栈使用的问题。 文档解读 : 查阅规范文档、计划文档和设计文档,提供项目层面的背景信息。 总结归纳 : 将复杂的技术信息汇总为易于理解的答案。 指令 (Instructions) 只读原则 : 严禁执行任何修改代码、移动文件或删除资源的操作。 准确查证 : 在回答问题前,必须通过 read_file 、 grep_search 或 semantic_search 确认事实,不得凭空猜测。 引用透明 : 在回答中尽可能注明信息的来源(文件路径和大概位置)。 范围限制 : 专注于 momei 项目本身,避免回答与项目无关的通用编程问题(除非这些问题直接影响项目的理解)。 不修改建议 : 即使发现 Bug,也仅作为回答的一部分指出并提供修复建议,不得直接应用修改。 使用示例 (Usage...
44
24109 quick-start-guide dengineproblem/agents-monorepo
Quick Start Guide Creator Expert in creating effective onboarding documentation that helps users achieve working implementations in 5-15 minutes. Core Principles Time-to-Value Optimization Lead with impressive features, not setup Deliver immediate value through early wins Defer advanced concepts to later documentation Target completion in 5-15 minutes Progressive Disclosure Start with clear prerequisites Use numbered steps Build complexity gradually Link to deeper documentation Quick Start Templ...
44
24110 company-name-generator breverdbidder/life-os
Company Name Generator Systematic business naming with trademark screening and domain availability validation. Core Workflow Extract business context (domain, audience, competitive positioning, IP requirements) Generate 5-15 names per category (10 categories) Score each name 0-100 across 5 weighted criteria Check USPTO TESS for trademark conflicts Verify .com/.ai/.io domain availability Present top 25 ranked names with availability data 10 Naming Categories Descriptive - Direct function descript...
44
24111 modals-dialogs dylantarre/animation-principles
Modal & Dialog Animation Principles Apply Disney's 12 principles to modals for seamless, non-jarring transitions. Principles Applied to Modals 1. Squash & Stretch Modal can scale from 0.9 to 1.0 on enter, creating a subtle expansion feel. Exit reverses. Keep it subtle to maintain professionalism. 2. Anticipation Trigger element (button) should react before modal appears. Brief scale-down of trigger, then modal emerges from that point. 3. Staging Backdrop dims (0.5-0.7 opacity) to focus at...
44
24112 iam itsmostafa/aws-agent-skills
AWS IAM AWS Identity and Access Management (IAM) enables secure access control to AWS services and resources. IAM is foundational to AWS security—every AWS API call is authenticated and authorized through IAM. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Principals Entities that can make requests to AWS: IAM users, roles, federated users, and applications. Policies JSON documents defining permissions. Types: Identity-...
44
24113 altinity-expert-clickhouse-reporting altinity/skills
Query Performance Analysis Diagnose SELECT query performance issues, analyze query patterns, and identify optimization opportunities. Quick Diagnostics 1. Current Running Queries select query_id, user, round(elapsed, 1) as elapsed_sec, formatReadableSize(read_bytes) as read_bytes, formatReadableSize(memory_usage) as memory, read_rows, substring(query, 1, 80) as query_preview from system.processes where is_cancelled = 0 order by elapsed desc limit 20 2. Recent Query...
44
24114 tdd blogic-cz/blogic-marketplace
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
44
24115 animation-best-practices millionco/react-doctor
Practical Animation Tips Detailed reference guide for common animation scenarios. Use this as a checklist when implementing animations. Recording & Debugging Record Your Animations When something feels off but you can't identify why, record the animation and play it back frame by frame. This reveals details invisible at normal speed. Fix Shaky Animations Elements may shift by 1px at the start/end of CSS transform animations due to GPU/CPU rendering handoff. Fix: .element { will-change : transfor...
44
24116 runbook-generator dengineproblem/agents-monorepo
../../../engineering/runbook-generator/SKILL.md
44
24117 linear-teams finesssee/linear-cli
Teams List teams linear-cli t list linear-cli t list --output json Get team details linear-cli t get ENG linear-cli t members ENG List team members Create team linear-cli t create "Platform" -k PLT linear-cli t create "Mobile" -k MOB --description "Mobile team" --private Update team linear-cli t update ENG --name "Engineering" --timezone "America/New_York" Delete team linear-cli t delete TEAM_ID --force Users List users linear-cli u list All workspace users linear-cli u list --team ENG ...
44
24118 motion-canvas apoorvlathey/motion-canvas-skills
Motion Canvas TypeScript library for creating animated videos programmatically using generator functions. Project Setup npm init @motion-canvas@latest Create new project npm install && npm start Run dev server at localhost:9000 Project structure: my-project/ ├── src/ │ ├── project.ts Main project config │ └── scenes/ Animation scenes ├── vite.config.ts └── package.json Core Concepts 1. Project Configuration // src/project.ts import {makeProject} from ...
44
24119 dart-sass teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and configure Dart Sass Compile Sass/SCSS files to CSS Use Sass syntax features (variables, nesting, mixins, functions, etc.) Work with Sass modules and imports Integrate Sass into build tools or workflows Use Sass CLI commands Configure Sass compilation options Use Sass in JavaScript or Dart projects Optimize Sass compilation performance Handle Sass source maps How to use this skill To use Dart Sass: Install Dart Sass...
44
24120 ln-311-agent-reviewer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Agent Reviewer (Story) Runs parallel external agent reviews on validated Story and Tasks, critically verifies suggestions, returns editorial improvements. Purpose & Scope Worker in ln-310 validation pipeline (invoked in Phase 5) Run codex-review + gemini-review as background tasks in parallel Process results as they arrive ...
44
24121 dependency-analyzer dkyazzentwatwa/chatgpt-skills
Dependency Analyzer Skill Step 1: Identify Dependency Files Locate dependency files: package.json (Node.js) requirements.txt (Python) go.mod (Go) Cargo.toml (Rust) pom.xml (Java/Maven) Step 2: Analyze Dependencies Examine dependencies: Read dependency files Check versions Identify outdated packages Note version constraints Step 3: Semantic Versioning Analysis Analyze version numbers using semantic versioning (semver): Parse version numbers: Extract major.minor.patch from version strings H...
44
24122 audit-typography mblode/agent-skills
Audit Typography 89 rules across 10 categories for web typography quality. Focuses on concrete issues with concrete fixes. Audit Workflow Copy and track this checklist during the audit: Audit progress: - [ ] Step 1: Scope changed surfaces and select relevant categories - [ ] Step 2: Run CRITICAL checks (punctuation, font setup) - [ ] Step 3: Run HIGH checks (sizing, spacing) - [ ] Step 4: Run MEDIUM+ checks for remaining categories in scope - [ ] Step 5: Report findings with file:line and concre...
44
24123 solidity-security 0xlayerghost/solidity-agent-kit
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. When to Use This Skill Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Critical Vulnerabilities 1. Reentrancy Atta...
44
24124 sqlalchemy orm expert manutej/luxor-claude-marketplace
SQLAlchemy ORM Expert Skill Overview This skill provides comprehensive guidance for using SQLAlchemy 2.0+ in customer support systems, focusing on ORM patterns, session management, query optimization, async operations with FastAPI, and PostgreSQL integration. It covers everything from basic model definitions to advanced patterns for high-performance support applications. Core Competencies 1. Customer Support Data Models When building customer support systems, you need robust data models that rep...
44
24125 gitlab-address-comments openai/skills
Find the open MR for the current branch and address its review threads using `glab`. Run all `glab` commands with elevated network access. Prerequisites - Ensure `glab auth status` succeeds (via `glab auth login` or `GITLAB_TOKEN`). - Ensure `glab` is at least v1.80.4. - When sandboxing blocks network calls, rerun with `sandbox_permissions=require_escalated`. - Sanity check auth up front: ``` glab auth status ``` 1) Resolve the MR for the current branch Do a quick check so we know whi...
44
24126 product-manager ncklrs/startup-os-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
44
24127 c++ code formatter calcitem/sanmill
C++ Code Formatter Purpose This skill helps format Sanmill's C++ code to ensure code style consistency and maintainability across the codebase. Use Cases Format C++ code after modifications Check code style compliance Format code before committing Batch format project C++ files Validate code style in CI/CD pipelines Quick Commands Using Project Script (Recommended) Format all C++ and Dart code (will auto-commit) ./format.sh Format without auto-commit ./format.sh s The script formats: All .h an...
44
24128 erpnext-errors-database openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Database - Error Handling This skill covers error handling patterns for database operations. For syntax, see erpnext-database . Version : v14/v15/v16 compatible Database Exception Types ┌─────────────────────────────────────────────────────────────────────┐ │ FRAPPE DATABASE EXCEPTIONS │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ frappe.DoesNotEx...
44
24129 uniapp-ucharts teachingai/full-stack-skills
Use this skill whenever the user wants to: - Integrate uCharts into UniApp projects - Configure UniApp projects to work with uCharts (pages.json, manifest.json, easycom) - Handle platform-specific behaviors when using uCharts in UniApp (H5, mini-program, App, nvue) - Use UniApp features (navigation, APIs, lifecycle) with uCharts components - Build cross-platform UniApp applications with uCharts charts - Configure easycom for automatic uCharts component import in UniApp - Handle navigation...
44
24130 marketing-video gnoviawan/agentic-marketing
Video Marketing Specialist You are a senior video marketing strategist with deep expertise across short-form video (TikTok, Reels, YouTube Shorts), long-form YouTube, live streaming, video ads, video scripting, and video production workflows. You deliver actionable, modern video strategies grounded in the brand's SOSTAC plan. Reference Lookup Protocol This skill uses progressive disclosure to save tokens. Read ./references/frameworks-index.csv — lightweight index (~7 rows) Match the user's situa...
44
24131 remotion-scaffold ncklrs/startup-os-skills
Remotion Scaffold Creates the foundational folder structure, configuration files, and organizational framework for Remotion video projects. This skill focuses exclusively on project setup and does NOT generate animation logic or component implementation. What This Skill Does Generates project scaffolding for: Directory structure — Organized folder layout for compositions, scenes, assets Configuration files — Base constants.ts, types.ts with empty templates Empty scene templates — Placeholder...
43
24132 plan-review longranger2/claude-gpt-workflow
Phase gate: PLAN checkpoint. MUST get APPROVE from all reviewers before proceeding to Build. Inputs Plan file path (default: most recent non- .done.md file in ai-workspace/plans/ ) --include <agent> : Force-add an agent to the panel --exclude <agent> : Remove an agent (except technical-editor, which cannot be excluded) Steps Find the plan file : ls -t ai-workspace/plans/*.md | grep -v '.done.md' | head -1 If no plan file found → error: "No plan file in ai-workspace/plans/. Write a plan first." I...
43
24133 flow-nexus-platform ruvnet/claude-flow
Flow Nexus Platform Management Comprehensive platform management for Flow Nexus - covering authentication, sandbox execution, app deployment, credit management, and coding challenges. Table of Contents Authentication & User Management Sandbox Management App Store & Deployment Payments & Credits Challenges & Achievements Storage & Real-time System Utilities Authentication & User Management Registration & Login Register New Account mcp__flow - nexus__user_register ( { email : "user@example.com" , ...
43
24134 learn-moralis moralisweb3/onchain-skills
Learn Moralis Behavior If the user invokes /learn-moralis with no question (or just says "learn moralis"), respond with a friendly platform overview. Walk them through: What Moralis is (enterprise Web3 data platform) The two skills available and when to use each: @moralis-data-api (136 endpoints) — query wallet balances, tokens, NFTs, DeFi positions, prices, transactions, analytics. Use for "what is the current/historical state?" @moralis-streams-api (20 endpoints, EVM only) — real-time EVM even...
43
24135 api-mock-server patricio0312rev/skills
API Mock Server Create realistic mock APIs for testing and development. Core Workflow Choose approach: MSW, json-server, custom Define handlers: Mock endpoints Setup fixtures: Test data Configure scenarios: Success/error states Integrate tests: Use in test suites Document mocks: API contract MSW (Mock Service Worker) Installation npm install -D msw npx msw init ./public --save Handler Definition // mocks/handlers.ts import { http, HttpResponse, delay } from 'msw'; // Types interface User { ...
43
24136 large-scale-text-editing letta-ai/skills
This skill provides guidance for efficiently transforming large text files containing thousands to millions of lines. It covers strategies for understanding transformation requirements, designing efficient solutions (particularly with Vim macros), testing approaches, and verification techniques. When to Use This Skill - Transforming CSV, TSV, or other delimited files at scale - Applying repetitive edits across files with millions of rows - Working within keystroke or operation count constra...
43
24137 discover-research rand/cc-polymath
Research Skills Discovery Auto-Activation This skill is automatically activated when your task involves: Research synthesis, literature reviews, meta-analysis Quantitative research, statistical analysis, surveys, experiments Qualitative research, interviews, ethnography, case studies Study design, hypothesis testing, sampling strategies Data collection, survey design, interview protocols Data analysis, coding, statistical tests, visualization Research writing, academic papers, citations, repor...
43
24138 n8n-workflow-automation aaaaqwq/claude-code-skills
n8n workflow automation with retries, logging, and review queues PURPOSE Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. WHEN TO USE TRIGGERS: Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n ...
43
24139 atomic-design-molecules thebushidocollective/han
Atomic Design: Molecules Master the creation of molecule components - functional groups of atoms that work together as a unit. Molecules combine multiple atoms to create more complex, purposeful UI elements. What Are Molecules? Molecules are the first level of composition in Atomic Design. They are: Composed of atoms only: Never include other molecules Single purpose: Do one thing well Functional units: Atoms working together for a specific task Reusable: Used across different organisms and ...
43
24140 frontend-design-pro claudekit/frontend-design-pro-demo
You are a world-class creative frontend engineer AND visual director. Every interface you build must feel like a $50k+ agency project. 1. Choose One Bold Aesthetic Direction (commit 100%) Style Category Core Keywords (copy-paste ready) Color Palette Ideas Signature Effects & Details Minimalism & Swiss Style clean, swiss, grid-based, generous whitespace, typography-first Monochrome + one bold accent, beige/gray neutrals Razor-sharp hierarchy, subtle hover lifts, micro-animations, perfect alignme...
43
24141 contributing-guide dengineproblem/agents-monorepo
Contributing Guide Expert Эксперт по документации для open source contributors. Структура CONTRIBUTING.md Contributing to Project Name Thank you for your interest in contributing! 🎉 Table of Contents - [ Code of Conduct ]( code-of-conduct ) - [ Getting Started ]( getting-started ) - [ Development Setup ]( development-setup ) - [ How to Contribute ]( how-to-contribute ) - [ Pull Request Process ]( pull-request-process ) - [ Style Guide ]( style-guide ) - [ Community ]( community ) Quick Start S...
43
24142 unit-testing tencentblueking/bk-ci
单元测试编写 Quick Reference 框架:JUnit 5 (Jupiter) + MockK 1.12.2 测试基类:BkCiAbstractTest(提供 dslContext、objectMapper) 文件命名:*Test.kt 测试模式:AAA(Arrange-Act-Assert) 最简示例 class PipelineServiceTest : BkCiAbstractTest() { private val pipelineDao = mockk<PipelineDao>() private val service = PipelineService(pipelineDao) @Test fun `should return pipeline when exists`() { // Arrange every { pipelineDao.get(any(), any()) } returns mockPipeline // Act val res...
43
24143 ascii-art-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Ascii Art Diagram Creator Purpose This skill provides automated assistance for ascii art diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "ascii art diagram creator" in your request Ask about ascii art diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for ascii art diagram creato...
43
24144 technical-constraints dylantarre/animation-principles
Work within platform limitations while preserving animation intent. Problem Indicators - Animation doesn't work on target browsers - Mobile devices can't handle animation - Framework limitations block implementation - File size constraints (Lottie, sprites) - Email/constrained environment needs Diagnosis by Principle Straight Ahead vs Pose-to-Pose Issue: Runtime calculations too expensive Fix: Pre-calculate animations. Use CSS keyframes (pose-to-pose) over JS frame-by-frame (straight...
43
24145 product-analysis daymade/claude-code-skills
Product Analysis: Competitive Diagnostic Skill You are a competitive product analysis diagnostician. Your role is to identify what state a product analysis is in and what it needs to move toward strategic decisions. Core Principle Competitive analysis is not feature comparison—it's understanding which jobs customers hire products for, who those customers are, what features serve those jobs, and whether you should build, buy, or partner. This is not a linear checklist (list competitors → count fe...
43
24146 supabase-sdk-patterns cowork-os/cowork-os
supabase-sdk-patterns Purpose Apply production-ready Supabase SDK patterns for TypeScript and Python projects. Routing Use when: Use when the user asks to apply production-ready Supabase SDK patterns for TypeScript and Python projects. Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Outputs: Outcome from supabase-sdk-patterns: task-specific result plus concrete ...
43
24147 linear-git finesssee/linear-cli
Git Operations Checkout branch for issue (creates if needed) linear-cli g checkout LIN-123 Show branch name linear-cli g branch LIN-123 Create branch without checkout linear-cli g create LIN-123 Create GitHub PR from Linear issue linear-cli g pr LIN-123 linear-cli g pr LIN-123 --draft Draft PR linear-cli g pr LIN-123 --base main Specify base branch jj (Jujutsu) - show commits with Linear trailers linear-cli g commits Context Get issue from current branch linear-cli context linear-cli con...
43
24148 statistical-analyzer dkyazzentwatwa/chatgpt-skills
Guided statistical analysis with hypothesis testing, regression, ANOVA, and plain-English results. Features - Hypothesis Testing: t-tests, chi-square, proportion tests - Regression Analysis: Linear, polynomial, multiple regression - ANOVA: One-way, two-way ANOVA with post-hoc tests - Distribution Analysis: Normality tests, Q-Q plots - Correlation Analysis: Pearson, Spearman with significance - Plain-English Results: Interpret statistical outputs - Visualizations: Regression plots, resid...
43
24149 nsfc-code huangwb8/chineseresearchlatex
nsfc-code 基于标书正文内容,推荐最贴切的 NSFC 申请代码(每条推荐包含:申请代码1=主代码、申请代码2=次代码),并把结果写入 Markdown 文件( 全程只读,不修改标书 )。 技能定位 你已经有一份 NSFC 标书正文(常见为 LaTeX 项目),但不确定应选择哪个申请代码。 本技能读取你的正文内容,并结合 skills/nsfc-code/references/nsfc_code_recommend.toml 的“推荐描述”,输出 5 组代码推荐与理由。 硬性约束(必须遵守) 只读标书 :不得改动用户的任何标书文件(尤其是 .tex/.bib/.cls/.sty )。 不编造代码 :推荐的申请代码必须来自 nsfc_code_recommend.toml 的 section key(例如 A.A06.A0606 )。禁止输出”看起来像代码但库里不存在”的字符串。 必须给 5 条推荐 :每条包含 申请代码1 与 申请代码2 ,并附带理由。 理由必须可追溯 :理由需同时引用: 你从标书正文读到的研究主题/对象/方法/场景关键词;以及 对应代码的 recommend 描...
43
24150 project-specification athola/claude-night-market
Table of Contents When to Use Integration Specification Structure 1. Overview Section 2. Functional Requirements (FR-XXX) FR-001: [Requirement Name] 3. Non-Functional Requirements (NFR-XXX) NFR-001: [Category] - [Requirement] 4. Technical Constraints 5. Out of Scope Out of Scope (v1.0) Clarification Workflow Ambiguity Detection Question Generation Clarification Session Quality Checks Output Format Change History Overview Functional Requirements Non-Functional Requirements Technical Constraints O...
43