灵感菇

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

搜索结果

全部能力

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

软件工程 / 诊断修复

setup

setup

1.1K

Set up a new autoresearch experiment interactively. Collects domain, target file, eval command, metric, direction, and evaluator.

Stars 15,038
uiapisetupset

软件工程 / 诊断修复

documentation-templates

documentation-templates

1.1K

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

Stars 37,677
designuiapillm

软件工程 / 诊断修复

网络调研

web-research

1.1K

使用受 x402 保护的 API 进行神经网络搜索和内容提取。在深度研究方面优于 WebSearch,在突破网站封锁方面优于 WebFetch。适用于:- 深度网络研究与调查 - 查找与参考 URL 相似的页面 - 从网页中提取纯文本 - 抓取屏蔽标准抓取工具的网站 - 获取事实性问题的直接解答 - 需要多个来源的研究 - 抓取网站的多个页面 触发条件:- "research"、"investigate"、"deep dive"、"find sources" - "similar to"、"pages like"、"more like this" - "scrape"、"extract content from"、"get the text from" - "blocked site"、"can't access"、"paywall" - "what is"、"explain"、"answer this" - "crawl"、"crawl site"、"scrape entire site" 针对 stableenrich.dev 端点,请使用 `npx agentcash@latest fetch`。语义/神经搜索优先使用 Exa,直接抓取优先使用 Firecrawl。

Stars 0
reactuiapillm

软件工程 / 部署发布

railway-docs

railway-docs

1.1K

This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to…

Stars 261
designdeploymentllmrailway

软件工程 / 诊断修复

spring-boot-openapi-documentation

spring-boot-openapi-documentation

1.0K

Provides patterns to generate comprehensive REST API documentation using SpringDoc OpenAPI 3.0 and Swagger UI in Spring Boot 3.x applications. Use when setting…

Stars 248
designuitestingsecurity

软件工程 / 诊断修复

discovery-interview-prep

discovery-interview-prep

1.0K

Plan customer discovery interviews with the right goal, segment, constraints, and method. Use when preparing interviews for problem validation, churn research,…

Stars 4,316
designuidiscoveryinterview

软件工程 / 诊断修复

docstring

docstring

998

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

Stars 99,949
uidocstringwritedocstrings

软件工程 / 诊断修复

paperkit

paperkit

906

Add drawings, shapes, and a consistent markup experience using PaperKit. Use when integrating PaperMarkupViewController for markup editing, adding shape…

Stars 589
uiapipaperkitadd

软件工程 / 诊断修复

prompt-engineering

prompt-engineering

899

Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies,…

Stars 37,698
designuiperformancetesting

软件工程 / 诊断修复

pol-probe-advisor

pol-probe-advisor

890

Select the right Proof of Life (PoL) probe based on hypothesis, risk, and resources. Use this to match the validation method to the real learning goal, not…

Stars 4,321
designuitestingpol

软件工程 / 诊断修复

codebase-documenter

codebase-documenter

886

This skill should be used when writing documentation for codebases, including README files, architecture documentation, code comments, and API documentation.…

Stars 0
designuiuxperformance

软件工程 / 诊断修复

odoo-19

odoo-19

882

Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model, @api.private), SQL Constraints (models.Constraint replacing _sql_constraints), Database Indexes (models.Index), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (__manifest__.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, CamelCase model naming), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, _read_group), QWeb Reports (PDF/HTML, paper formats, barcodes, t-out), Security/ACL (record rules, field permissions, privilege-based groups, @api.private), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, kanban card templates, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 19 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 19 API patterns and best practices.

Stars 70
frontenduiperformancetesting

软件工程 / 诊断修复

openclaw-self-healing

openclaw-self-healing

850

4-tier autonomous self-healing system for OpenClaw Gateway with persistent learning, reasoning logs, and multi-channel alerts. Features Claude Code as Level 3…

Stars 36
uiuxagentmonitoring

软件工程 / 部署发布

adev 写作指南

adev-writing-guide

846

Angular 文档 (adev) 综合写作指南。涵盖 Google 技术写作标准、Angular 专属 Markdown 扩展、代码块以及…

Stars 0
uiauthadevwriting

软件工程 / 诊断修复

audio-transcriber

audio-transcriber

829

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

Stars 37,666
uiapillmprompt

软件工程 / 诊断修复

documentation

documentation

807

Creates, structures, and reviews technical documentation following the Diátaxis framework (tutorials, how-to guides, reference, and explanation pages). Use…

Stars 1,799
uiapidocumentationcreates

软件工程 / 诊断修复

doc-coauthoring

doc-coauthoring

806

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

Stars 720
designuitestingauth

软件工程 / 诊断修复

odoo-18

odoo-18

804

Odoo 18 development reference for Python models and ORM (search, domain, read_group, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, record rules, groups), cron and server actions, migrations and module upgrades, tests, i18n, and performance. Use this skill whenever work involves Odoo 18 or custom addons—even if the user only pastes a traceback, mentions addons/ or __manifest__.py, describes form/list/kanban/XML errors, HTTP controllers, or business rules on models—including building features, fixing bugs, refactoring, or reviewing addon code.

Stars 70
uiperformancesecurityagent

软件工程 / 诊断修复

react-testing-library

react-testing-library

804

React Testing Library: user-centric component testing with queries, user-event simulation, async utilities, and accessibility-first API. Use when writing React…

Stars 16
reactuitestingjest

软件工程 / 诊断修复

sigma

sigma

757

Personalized 1-on-1 AI tutor using Bloom's 2-Sigma mastery learning. Guides users through any topic with Socratic questioning, adaptive pacing, and rich visual…

Stars 3,487
reactuisigmapersonalized

6 / 26