Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ai-toolkit

ai-toolkit contém 37 skills coletadas de c0x12c, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
37
Stars
91
atualizado
2026-06-18
Forks
7
Cobertura ocupacional
11 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

terraform-service-scaffold
Desenvolvedores de software

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
Analistas de segurança da informação

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Administradores de redes e sistemas de computador

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
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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

2026-03-30
article-writing
Redatores técnicos

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
Desenvolvedores de software

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Arquitetos de banco de dados

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
Arquitetos de banco de dados

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Designers de interfaces web e digitais

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
Designers de interfaces web e digitais

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Analistas financeiros e de investimentos

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

2026-03-30
investor-outreach
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

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
Desenvolvedores de software

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Analistas de segurança da informação

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
Analistas de pesquisa de mercado e especialistas em marketing

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
Administradores de redes e sistemas de computador

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
Administradores de redes e sistemas de computador

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
Analistas de segurança da informação

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
Administradores de redes e sistemas de computador

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Administradores de redes e sistemas de computador

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
Designers de interfaces web e digitais

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