Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ai-toolkit

ai-toolkit 收录了来自 c0x12c 的 37 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
37
Stars
91
更新
2026-06-18
Forks
7
职业覆盖
11 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

terraform-service-scaffold
软件开发工程师

Generate complete service-level Terraform infrastructure with modules, environments, and CI/CD. Use when adding Terraform to a new service or bootstrapping infrastructure from scratch.

2026-06-18
js-security-audit
信息安全分析师

Audit JS/TS projects against NPM Security Guidelines covering project setup, dependency hygiene, CI/CD pipeline, Dependabot, and incident response. Use when reviewing package.json or lockfiles, adding or upgrading npm dependencies, setting up CI security gates, hardening a new repo, or responding to a compromised package.

2026-04-28
python-api-endpoint-creator
软件开发工程师

Creates FastAPI endpoints with layered architecture (Router → Service → Repository). Use when creating new API endpoints, CRUD operations, or scaffolding a new domain module in a FastAPI project.

2026-04-02
python-best-practices
软件开发工程师

Python/FastAPI coding standards including async patterns, Pydantic v2, SQLAlchemy 2.0, and project structure. Use when writing Python code, reviewing FastAPI projects, or learning FastAPI conventions.

2026-04-02
python-testing-strategies
软件质量保证分析师与测试员

Testing patterns for FastAPI with pytest-asyncio, httpx AsyncClient, fixtures, and test data factories. Use when writing tests, setting up test infrastructure, or improving coverage in a FastAPI project.

2026-04-02
ops-investigate-alert
网络与计算机系统管理员

Investigate a monitoring alert end-to-end. Pulls metrics, logs, traces, and recent code changes to identify root cause. Works with any monitoring MCP.

2026-03-31
ops-oncall-log
网络与计算机系统管理员

Create a structured on-call log by pulling alerts from monitoring and writing a summary to your team's wiki. Requires a monitoring MCP (recommended: Datadog) and a wiki MCP (Confluence or Notion).

2026-03-31
terraform-module-creator
软件开发工程师

Create or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.

2026-03-31
web-to-prd
项目管理专家

Scan a live web app with Playwright, extract all features, generate PRD/epics/stories with priorities and dependencies, export to Notion. Checks required MCP servers before starting.

2026-03-31
web-to-prd
项目管理专家

Scan a live web app with Playwright, extract all features, generate PRD/epics/stories with priorities and dependencies, export to Notion. Checks required MCP servers before starting.

2026-03-31
api-endpoint-creator
软件开发工程师

Creates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.

2026-03-30
article-writing
技术写作员

Write blog posts, guides, tutorials, and long-form content. Sounds like a real person, not AI. Use when the user wants polished written content.

2026-03-30
backend-api-design
软件开发工程师

Design RPC-style APIs with layered architecture (Controller → Manager → Repository). Use when creating new API endpoints, designing API contracts, or reviewing API patterns.

2026-03-30
brainstorm
市场调研分析师与营销专员

Run a structured brainstorm session for startup ideas. Takes a theme or problem and generates ideas with quick gut-checks. Use when the user wants to explore a space or generate new ideas.

2026-03-30
browser-qa
软件质量保证分析师与测试员

Run real browser QA with Playwright. Use when testing a frontend feature, verifying UI before PR, smoke testing after deploy, or investigating reported visual bugs.

2026-03-30
competitive-teardown
市场调研分析师与营销专员

Deep competitor analysis. Tear apart a specific competitor or compare multiple competitors. Use when the user names a competitor or asks "who else is doing this?"

2026-03-30
content-engine
市场调研分析师与营销专员

Turn one idea into platform-native content for X, LinkedIn, TikTok, YouTube, newsletters. Use when the user wants social posts, threads, scripts, or content calendars.

2026-03-30
database-patterns
数据库架构师

Database design patterns including schema design, migrations, soft deletes, and Exposed ORM. Use when creating tables, writing migrations, or implementing repositories.

2026-03-30
database-table-creator
数据库架构师

Creates database table with full Kotlin synchronization (SQL migration → Table → Entity → Repository → Tests). Use when adding new database tables or entities.

2026-03-30
deep-research
市场调研分析师与营销专员

Run deep research on a topic. Web searches, data collection, source checking, and a structured report. Use when the user needs more than a quick answer.

2026-03-30
design-intelligence
网页与数字界面设计师

Design system bootstrapping and token generation. Takes project context and outputs ready-to-use design tokens, Tailwind config, and CSS variables.

2026-03-30
design-workflow
网页与数字界面设计师

Anti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system.

2026-03-30
idea-validation
市场调研分析师与营销专员

Validate a startup idea with competitor analysis, market signals, and risk assessment. Be brutally honest. Use when the user wants to test if an idea is worth building.

2026-03-30
investor-materials
财务和投资分析师

Create pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.

2026-03-30
investor-outreach
服务销售代表(广告、保险、金融服务和旅游除外)

Draft cold emails, warm intro blurbs, follow-ups, and investor communications. Use when the user needs to write to angels, VCs, or accelerators.

2026-03-30
kotlin-best-practices
软件开发工程师

Kotlin coding standards including null safety, Either error handling, coroutines, and Exposed ORM patterns. Use when writing Kotlin code, reviewing code quality, or learning project patterns.

2026-03-30
market-research
市场调研分析师与营销专员

Run market research, competitive analysis, investor due diligence, and industry scans. Use when the user wants market sizing, competitor comparisons, fund research, or tech scans.

2026-03-30
security-checklist
信息安全分析师

Security best practices for Micronaut/Kotlin backend including authentication, authorization, input validation, and OWASP prevention. Use when implementing auth, validating inputs, or reviewing security.

2026-03-30
startup-pipeline
市场调研分析师与营销专员

Coordinates the full startup idea pipeline from brainstorm to investor outreach. Use when the user starts a new idea project, asks for the 'full pipeline', or references stages/gates.

2026-03-30
terraform-best-practices
网络与计算机系统管理员

Quick reference for Terraform conventions including file organization, naming, modules, state, security, and anti-patterns. Use when writing or reviewing Terraform code.

2026-03-30
terraform-review
网络与计算机系统管理员

PR review checklist for Terraform changes covering structure, state safety, security, naming, modules, variables, providers, and CI/CD. Use when reviewing Terraform PRs or doing pre-merge checks.

2026-03-30
terraform-security-audit
信息安全分析师

Security audit for Terraform codebases covering IAM, networking, encryption, secrets, access control, and compliance. Use before prod deploys, periodic audits, or new service security review.

2026-03-30
terraform-service-scaffold
网络与计算机系统管理员

Generate complete service-level Terraform infrastructure with modules, environments, and CI/CD. Use when adding Terraform to a new service or bootstrapping infrastructure from scratch.

2026-03-30
testing-strategies
软件质量保证分析师与测试员

Testing patterns for Micronaut/Kotlin backend including repository tests, integration tests, and test data builders. Use when writing tests, setting up test infrastructure, or improving coverage.

2026-03-30
ci-cd-patterns
软件开发工程师

CI/CD pipeline patterns for GitHub Actions, PR automation, and deployment workflows. Use when setting up CI, fixing broken pipelines, automating PR checks, or configuring deployment.

2026-03-27
service-debugging
网络与计算机系统管理员

Structured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.

2026-03-27
ui-ux-pro-max
网页与数字界面设计师

UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.

2026-03-27