Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

ai-toolkit

ai-toolkit enthält 37 gesammelte Skills von c0x12c, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
37
Stars
91
aktualisiert
2026-06-18
Forks
7
Berufsabdeckung
11 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

terraform-service-scaffold
Softwareentwickler

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
Informationssicherheitsanalysten

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Netzwerk- und Computersystemadministratoren

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
Netzwerk- und Computersystemadministratoren

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
Softwareentwickler

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
Projektmanagementspezialisten

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
Projektmanagementspezialisten

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
Softwareentwickler

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

2026-03-30
article-writing
Technische Redakteure

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
Softwareentwickler

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
Marktforschungsanalysten und Marketingspezialisten

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
Softwarequalitätssicherungsanalysten und -tester

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
Marktforschungsanalysten und Marketingspezialisten

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
Marktforschungsanalysten und Marketingspezialisten

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
Datenbankarchitekten

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
Datenbankarchitekten

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
Marktforschungsanalysten und Marketingspezialisten

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
Web- und digitale Schnittstellendesigner

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
Web- und digitale Schnittstellendesigner

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
Marktforschungsanalysten und Marketingspezialisten

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
Finanz- und Investitionsanalysten

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

2026-03-30
investor-outreach
Dienstleistungsvertriebsmitarbeiter (außer Werbung, Versicherung, Finanzdienstleistungen und Reisen)

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
Softwareentwickler

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
Marktforschungsanalysten und Marketingspezialisten

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
Informationssicherheitsanalysten

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
Marktforschungsanalysten und Marketingspezialisten

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
Netzwerk- und Computersystemadministratoren

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
Netzwerk- und Computersystemadministratoren

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
Informationssicherheitsanalysten

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
Netzwerk- und Computersystemadministratoren

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Netzwerk- und Computersystemadministratoren

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
Web- und digitale Schnittstellendesigner

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