灵感菇

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

搜索结果

ing

找到 13037 个相关结果

软件工程 / 诊断修复

axiom-tools

axiom-tools

200

Use when asking how to use Axiom, what skills are available, getting started with Axiom, capturing iOS simulator console output with xclog, or symbolicating…

Stars 902
uiaxiomtoolsasking

软件工程 / 诊断修复

axiom-testing

axiom-testing

200

Use when writing ANY test, debugging flaky tests, making tests faster, or choosing Swift Testing vs XCTest. Covers unit tests, UI tests, async testing, test…

Stars 902
uitestingdebuggingaxiom

研究学习 / 检索整理

gguf-quantization

gguf-quantization

200

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible…

Stars 8,475
uiggufquantizationformat

软件工程 / 诊断修复

gemini-image-gen

gemini-image-gen

200

Generate images using Google's Gemini API — hero backgrounds, OG images, placeholder photos, textures, and style-matched variants. Uses free-tier models for…

Stars 783
apiworkflowgeminiimage

软件工程 / 诊断修复

tauri-event-system

tauri-event-system

200

Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling

Stars 44
frontendbackendtaurievent

软件工程 / 诊断修复

miles-rl-training

miles-rl-training

200

Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing…

Stars 8,481
backenduiperformancemiles

安全与治理 / 审核评估

security-nextjs

security-nextjs

200

Review Next.js security audit patterns for App Router and Server Actions. Use for auditing NEXT_PUBLIC_* exposure, Server Action auth, and middleware matchers. Use proactively when reviewing Next.js apps. Examples: - user: "Scan Next.js env vars" → find leaked secrets with NEXT_PUBLIC_ prefix - user: "Audit Server Actions" → check for missing auth and input validation - user: "Review Next.js middleware" → verify matcher coverage for protected routes - user: "Check Next.js API routes" → verify auth in app/api and pages/api - user: "Secure Next.js headers" → audit next.config.js for security headers

Stars 120
nextjssecurityauditauth

研究学习 / 检索整理

sparse-autoencoder-training

sparse-autoencoder-training

200

Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use…

Stars 8,489
uigithubsparseautoencoder

软件工程 / 诊断修复

golf-data

golf-data

200

PGA Tour, LPGA, and DP World Tour golf data via ESPN public endpoints — tournament leaderboards, scorecards, season schedules, golfer profiles/overviews, and news. Zero config, no API keys. Use when: user asks about golf scores, tournament leaderboards, scorecards, PGA Tour schedule, golfer profiles, golfer season stats, LPGA results, or golf news. Don't use when: user asks about other sports — use football-data (soccer), nfl-data (NFL), nba-data (NBA), wnba-data (WNBA), nhl-data (NHL), mlb-data (MLB), tennis-data (tennis), cfb-data (college football), cbb-data (college basketball), or fastf1 (F1). For betting odds use polymarket or kalshi. For news use sports-news.

Stars 102
uiapigolfdata

研究学习 / 检索整理

constitutional-ai

constitutional-ai

200

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from…

Stars 8,473
uiconstitutionalanthropicmethod

软件工程 / 部署发布

aglais-xqvm-quantum-vm

aglais-xqvm-quantum-vm

200

精通 Aglais XQVM,一种硬件无关的 Rust 量子虚拟机,用于面向量子退火机的 QUBO/Ising 二元优化模型。

Stars 0
uideploymentaglaisxqvm

研究学习 / 检索整理

evaluating-llms-harness

evaluating-llms-harness

200

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting…

Stars 8,475
uillmpromptevaluating

研究学习 / 检索整理

adk-docs

adk-docs

200

创建、审阅、更新和搜索 ADK 文档的指南 - 当用户询问编写、维护或审计 ADK 机器人文档时使用

Stars 0
uiauditworkflowadk

通用助手 / 编排推荐

阿里云ODPS项目管理

alibabacloud-odps-project-manage

199

阿里云 MaxCompute 项目管理技能。用于创建、查询和列出 MaxCompute 项目。触发词:"maxcompute project"、"odps project"、"create maxcompute project"、"manage maxcompute project"、"list maxcompute project"。

Stars 0
uiagentalibabacloudodps

研究学习 / 检索整理

audiocraft-audio-generation

audiocraft-audio-generation

199

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text…

Stars 8,471
uiaudiocraftaudiogeneration

软件工程 / 部署发布

conventional-commits

conventional-commits

199

Generates semantic commit messages following the Conventional Commits specification with proper types, scopes, breaking changes, and footers. Use when users…

Stars 38
workflowconventionalcommitsgenerates

软件工程 / 部署发布

Akka.NET 测试模式

akka-net-testing-patterns

199

使用现代 Akka.Hosting.TestKit 模式为 Akka.NET Actor 编写单元测试和集成测试。涵盖依赖注入、TestProbe、持久化测试、集群测试、流测试以及基于 xUnit/NUnit 的测试编排。包括使用 TestKit 配置自定义 ActorSystem、通过 IServiceCollection 注入 mock 服务、利用 TestProbe 验证 Actor 交互模式、使用 EventSourcedBehavior 测试持久化 Actor、基于 MemorySnapshotStore 的快照验证、分布式数据 CRDT 测试、Streams TestKit 的 Source/Sink/Flow 断言、多节点 TestKit 的集群分片场景,以及 CI/CD 友好的并行执行配置与代码覆盖率集成。

Stars 0
testingakkanetpatterns

安全与治理 / 审核评估

architectural-analysis

architectural-analysis

199

Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user…

Stars 0
auditapiarchitecturalanalysis

软件工程 / 诊断修复

nuxt-server

nuxt-server

199

| Nuxt 4 server-side development with Nitro: API routes, server middleware, database integration, and backend patterns. Use when: creating server API routes,…

Stars 147
backenduiuxapi

通用助手 / 编排推荐

pr-review-assistant

pr-review-assistant

199

Philosophy-aware PR reviews checking alignment with amplihack principles. Use when reviewing PRs to ensure ruthless simplicity, modular design, and zero-BS implementation. Suggests simplifications, identifies over-engineering, verifies brick module structure. Posts detailed, constructive review comments with specific file:line references.

Stars 62
designragreviewassistant

406 / 652