灵感菇

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

搜索结果

全部能力

找到 1627 个相关结果 / GitHub 工作流

软件工程 / 部署发布

cloud-devops

cloud-devops

106

Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development.

Stars 37,673
kubernetesdevopsworkflowmonitoring

软件工程 / 部署发布

release-automation-builder

release-automation-builder

105

Automates releases and package publishing with changesets or semantic-release. Handles versioning, changelog generation, git tags, and release notes. Use for…

Stars 38
uiworkflowgithubrelease

软件工程 / 诊断修复

domain-modeling

domain-modeling

105

Use this skill when the user asks about domain modeling, primitive obsession, parse-don't-validate, semantic types, value objects, or making invalid states unrepresentable. Triggers on: "review for domain issues", "primitive obsession", "design domain types", "value object", "newtype wrapper", "semantic type", "make invalid states unrepresentable", "bool-as-state", requests to replace raw strings/ints with proper types, requests to fix swappable parameters, or any code review focusing on type safety and domain integrity. Also activates during TDD domain review phases. NOT for general code review (style, formatting), debugging, database schema design, or design patterns unrelated to domain type modeling.

Stars 2
designuidatabaseagent

软件工程 / 诊断修复

microservices

microservices

105

Use this skill when designing microservice architectures, decomposing monoliths, implementing inter-service communication, or solving distributed data challenges. Triggers on service decomposition, saga pattern, CQRS, event sourcing, API gateway, service mesh, circuit breaker, distributed transactions, and any task requiring microservice design decisions or migration strategies.

Stars 151
designuiauthapi

软件工程 / 部署发布

secrets-env-manager

secrets-env-manager

105

Validates environment variables in CI, prevents secret leaks, enforces masking, and provides fail-fast validation with clear documentation. Use for "secrets…

Stars 38
secretsenvmanagervalidates

软件工程 / 部署发布

enonic-sandbox-manager

enonic-sandbox-manager

105

Guides developers through Enonic CLI commands for sandbox management, project scaffolding, local development, app deployment, and CI/CD pipeline generation.…

Stars 0
uiuxdeploymentagent

软件工程 / 诊断修复

review

review

105

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land code changes. (gstack)

Stars 97,893
sqlllmreviewpre

软件工程 / 诊断修复

project-bootstrapper

project-bootstrapper

105

Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to…

Stars 577
workflowgithubprojectbootstrapper

软件工程 / 部署发布

qa-refactoring

qa-refactoring

105

Safe refactoring with behavior preservation. Use when reducing technical debt, applying strangler migrations, or tightening CI guardrails.

Stars 60
uideploymentauthapi

软件工程 / 诊断修复

jira-expert

jira-expert

105

Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use for Jira project setup, configuration, advanced search, dashboard creation, workflow design, and technical Jira operations.

Stars 138
designuiperformancesecurity

软件工程 / 诊断修复

spec-init

spec-init

105

Use when 需要在本仓库的 AI SDLC 流程中初始化新的 Spec Pack(创建三位编号分支与 `.aisdlc/specs/{num}-{short-name}` 目录),或在执行 `spec-init` 时不确定输入解析、短名称规则、UTF-8 BOM 文件路径传参、脚本调用方式与输出物。

Stars 8
uigithubspecinit

软件工程 / 诊断修复

daily-report

daily-report

105

Daily report creation skill. Summarizes GitHub and Jira activities, creates a draft, and posts as an Issue. Use when: - Asked to "create daily report" or "write daily report" - Asked to "summarize today's activities" - Requested to create a daily report or journal

Stars 9
uiworkflowgithubdaily

软件工程 / 诊断修复

create-pull-request

create-pull-request

104

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles…

Stars 786
uigithubpullrequest

软件工程 / 部署发布

plotext-financial-chart

plotext-financial-chart

104

ASCII financial line charts for markdown using plotext dot marker. TRIGGERS - financial chart, line chart, plotext, price chart, trading chart, ASCII chart.

Stars 46
githubplotextfinancialchart

软件工程 / 部署发布

domain-architect

domain-architect

104

Discovers business domains in a Swift codebase by tracing what users can DO — not by reading folder names or architecture docs. Maps each domain's vertical slice (Types → Config → Repo → Service → Runtime → UI), identifies providers (external SDK bridges), and separates cross-cutting concerns. Produces a domain map that drives all downstream decisions: folder structure, SPM targets, enforcement specs, migration plans. Use this skill whenever the user wants to understand their codebase domains, find what's cross-cutting vs domain-specific, restructure a Swift project, figure out where code belongs, or map a product's capabilities to architectural boundaries. Triggers on "what are my domains", "where does this belong", "map this codebase", "what's cross-cutting", "organize this project", "is this a domain or infra", "restructure this", "architecture review", or any request to understand the business domain structure of a Swift codebase.

Stars 142
uidomainarchitectdiscovers

软件工程 / 诊断修复

hybrid-cloud-networking

hybrid-cloud-networking

104

Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute.

Stars 37,685
uiperformanceazurehybrid

软件工程 / 诊断修复

fp-ts-react

fp-ts-react

104

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works…

Stars 37,683
reactnextjsuipractical

软件工程 / 诊断修复

finishing-development

finishing-development

104

用于确认开发已完成,并确保所有测试/检查全部通过

Stars 8
uigithubfinishingdevelopment

软件工程 / 诊断修复

projection-patterns

projection-patterns

104

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in…

Stars 37,698
uiperformanceprojectionpatterns

软件工程 / 诊断修复

electron-builder

electron-builder

104

Comprehensive guide for electron-builder (v26.x) packaging, code signing, auto-updates, and release workflows. Use when: (1) configuring electron-builder builds (electron-builder.yml or config.js/ts), (2) setting up macOS/Windows code signing or notarization, (3) implementing auto-updates with electron-updater, (4) publishing to GitHub Releases, S3, or generic servers, (5) configuring platform targets (NSIS, DMG, AppImage, Snap, PKG, MSI), (6) working with build hooks (beforePack, afterSign, afterAllArtifactBuild), or (7) using the programmatic API. Triggers on: electron-builder, electron-updater, code signing, notarize, NSIS, DMG, AppImage, auto-update, publish releases, build hooks, electron packaging, electron distribution.

Stars 363
uiapiworkflowgithub

73 / 82