灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 504 个相关结果 / 研究资料

软件工程 / 诊断修复

combine

combine

154

API reference: Combine. Query for publishers, subscribers, operators, async data streams.

Stars 231
apicombinereferencequery

软件工程 / 诊断修复

skill-creator

skill-creator

153

Architect and refine OpenCode skills to extend agent capabilities. Handles directory scaffolding, SKILL.md authoring, frontmatter optimization, and resource organization (scripts/references/assets). Use proactively for creating new skills, updating existing workflows, or fixing skill discovery issues. Examples: - user: "Create a new skill for database management" → scaffold directory and initial SKILL.md - user: "My skill isn't triggering correctly" → analyze and refine frontmatter description - user: "Add a python script to the image-processing skill" → structure scripts/ directory - user: "How should I structure a skill for API docs?" → design references/ layout

Stars 120
designauthapidatabase

软件工程 / 诊断修复

fusion-package-scribe

fusion-package-scribe

153

Systematically improves TSDoc and README documentation across packages in a TypeScript monorepo. Discovers public API surfaces, generates or improves TSDoc on…

Stars 0
uiapifusionpackage

软件工程 / 诊断修复

ln-514-test-log-analyzer

ln-514-test-log-analyzer

153

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

Stars 465
uiauth514test

软件工程 / 部署发布

context7

context7

153

Retrieves authoritative, up-to-date technical documentation, API references, configuration details, and code examples for any developer technology. Use this skill whenever answering technical questions or writing code that interacts with external technologies. This includes libraries, frameworks, programming languages, SDKs, APIs, CLI tools, cloud services, infrastructure tools, and developer platforms. Common scenarios: - looking up API endpoints, classes, functions, or method parameters - checking configuration options or CLI commands - answering "how do I" technical questions - generating code that uses a specific library or service - debugging issues related to frameworks, SDKs, or APIs - retrieving setup instructions, examples, or migration guides - verifying version-specific behavior or breaking changes Prefer this skill whenever documentation accuracy matters or when model knowledge may be outdated.

Stars 363
uiauthapiworkflow

软件工程 / 诊断修复

storybook-setup

storybook-setup

153

Sets up Storybook for component documentation with controls, actions, accessibility testing, and visual regression. Use when users request "Storybook setup",…

Stars 38
testingworkflowstorybooksetup

软件工程 / 诊断修复

keyword-research

keyword-research

152

Perform keyword research using the SemRush API. Use when the user says "find keywords", "keyword research", "what should I rank for", "keyword ideas", "search…

Stars 428
uiapikeywordresearch

软件工程 / 诊断修复

gemini-guide

gemini-guide

152

Look up Gemini API documentation, SDK patterns, and current best practices when building with Google Gemini. Maps topics to local cached docs and live sources,…

Stars 783
uiapigithubgemini

软件工程 / 诊断修复

office-hours

office-hours

151

YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to "brainstorm this", "I have an idea", "help me think through this", "office hours", or "is this worth building". Proactively invoke this skill (do NOT answer directly) when the user describes a new product idea, asks whether something is worth building, wants to think through design decisions for something that doesn't exist yet, or is exploring a concept before any code is written. Use before /plan-ceo-review or /plan-eng-review. (gstack)

Stars 97,854
designuiofficehours

软件工程 / 诊断修复

components-guide

components-guide

151

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.

Stars 100
backenduideploymentapi

软件工程 / 部署发布

bmad-index-docs

bmad-index-docs

149

Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder

Stars 47,280
bmadindexdocsgenerates

软件工程 / 诊断修复

java-best-practices

java-best-practices

148

Comprehensive Java development best practices covering SOLID principles, DRY, Clean Code, Java-specific patterns (Optional, immutability, streams, lambdas),…

Stars 1
designuitestingjava

软件工程 / 诊断修复

ln-513-regression-checker

ln-513-regression-checker

145

Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.

Stars 465
ui513regressionchecker

软件工程 / 部署发布

citation-bibliography-generator

citation-bibliography-generator

144

Format citations in APA, MLA, Chicago, IEEE, Harvard styles from structured data, DOI/ISBN lookup, or manual entry. Generate bibliographies with auto-sort.

Stars 53
uicitationbibliographygenerator

软件工程 / 诊断修复

rtk-optimizer

rtk-optimizer

144

Wrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output…

Stars 4,355
uiuxrtkoptimizer

软件工程 / 诊断修复

migrate-postgres-tables-to-hypertables

migrate-postgres-tables-to-hypertables

142

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. **Trigger when user asks to:** - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with minimal downtime - Plan blue-green migration for large tables - Validate hypertable migration success - Configure compression after migration **Prerequisites:** Tables already identified as candidates (use find-hypertable-candidates first if needed) **Keywords:** migrate to hypertable, convert table, Timescale, TimescaleDB, blue-green migration, in-place conversion, create_hypertable, migration validation, compression setup Step-by-step migration planning including: partition column selection, chunk interval calculation, PK/constraint handling, migration execution (in-place vs blue-green), and performance validation queries.

Stars 1,729
uiperformancepostgressql

软件工程 / 诊断修复

research

research

142

Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.

Stars 748
uiworkflowresearchconduct

软件工程 / 诊断修复

swift-testing

swift-testing

141

Use when writing tests with Swift Testing (@Test, #expect, #require), migrating from XCTest, implementing async tests, or parameterizing tests.

Stars 205
uitestingswiftwriting

软件工程 / 部署发布

run-experiment

run-experiment

140

Deploy and run ML experiments on local, remote, Vast.ai, or Modal serverless GPU. Use when user says "run experiment", "deploy to server", "跑实验", or needs to…

Stars 9,479
uidockerdeploymentworkflow

软件工程 / 诊断修复

ln-636-manual-test-auditor

ln-636-manual-test-auditor

139

Audits manual test evidence quality: reproducibility, fail-fast behavior, expected evidence/golden files, idempotency, and documentation. Use when auditing…

Stars 465
audit636manualtest

18 / 26