BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Inventories BrunoMartino/Michelangelo-Dev-Toolkit on GitHub and installs selected skills, rules, and harness docs into the current project. Use when the user asks to bring/install harness tools, bootstrap Claude Code config in a dev container, or names specific skills/rules/docs to copy from Michelangelo-Dev-Toolkit.
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Queries Jira Cloud for the current developer’s open issues and for unassigned open issues; returns a minimal two-section markdown view (links, status, estimate, age/staleness, labels). Use when the user asks for their Jira cards or tasks, backlog/in-progress work assigned to them, or unowned issues to pick up; or…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Interactively creates the project harness docs (architecture rules, coding conventions, forbidden patterns, testing expectations, deployment rules, domain invariants, operational constraints, per-feature feature-{name}.md files) from the Michelangelo-Dev-Toolkit templates, asking the user only for what the prompt…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Creates an optimized Laravel installation with API already enabled (Sanctum), Eloquent as ORM, FormRequest validators, security libraries and headers, PHPUnit for automated tests, and strict PHP type hints enforced by static analysis (Larastan). Use when the user asks to create or bootstrap a Laravel project or API.
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Search, learn, and download LiveCanvas page builder and Picostrap 5 WordPress theme documentation, hooks, and integration patterns from docs.livecanvas.com and livecanvas-team/picostrap5. Use when invoked explicitly, or when working with LiveCanvas, Picostrap, Bootstrap 5 WordPress themes, LC editable regions, child…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Graphify companion: explains an existing codebase AND regenerates or updates its knowledge graph. Maintains the CLI and graphify-out/ (install, incremental --update, --force rebuild for refactors and ghost duplicates), then overwrites harness template docs with evidence-backed architecture, conventions, domain…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Creates a Python ETL project with SQLAlchemy, pandas, and numpy, structured around source and target databases for migrations, with pytest suites for extract, transform, and load stages. Use when the user asks to create an ETL pipeline, data migration project, or database-to-database transfer tooling.
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Scaffolds an optimized NestJS installation with npm or bun (asks the user), fast build tooling (SWC recommended or Vite via vite-plugin-node), request validation, Prisma or Drizzle ORM (asks the user), request-optimization and security libs (helmet, throttler, compression, caching), and Jest for automated tests. Use…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Scaffolds a Node.js + Express + TypeScript development environment via npm or bun (asks the user), with Zod validation, Prisma or Drizzle ORM (asks the user), response-delivery optimization (compression, clustering/worker threads), and Jest for automated tests. Use when the user asks to create or bootstrap an Express…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Scaffolds a Node.js + Fastify + TypeScript development environment via npm or bun (asks the user), with Zod validation (fastify-type-provider-zod), Prisma or Drizzle ORM (asks the user), response-delivery optimization (@fastify/compress, worker threads/cluster), and Jest for automated tests. Use when the user asks to…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Complete Shopify development reference covering Liquid templating, OS 2.0 themes, GraphQL APIs, Hydrogen, Functions, and performance optimization (API v2026-01). Use when working with .liquid files, building Shopify themes or apps, writing GraphQL queries for Shopify, debugging Liquid errors, creating app extensions…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Write failing tests first, then minimal production code (TDD). Covers unit and integration tests with AAA structure, four-axis triangulation (happy, boundary, negative, adversarial), safe test isolation, mock/spy gates (independently derived expectations, exercise the real thing), test run documentation, Green-phase…
BrunoMartino/Michelangelo-Dev-Toolkit
Skill Claude CodeCodex
Scans a local WordPress theme for the most common WordPress attack surfaces and hardens them via theme code: XML-RPC, RSS feeds, comments, reviews, user enumeration, REST API exposure, CORS for WP/WooCommerce APIs, version disclosure, security headers, and template escaping. Use when working on a WordPress theme…
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Harness docs vinculantes; em Plan, to-do de feature é AskQuestion das 4 respostas — não completar até o usuário responder.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
For every API endpoint, define explicit Pydantic models for.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Do note write .env variables.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Skills, harness, docs, agents, design docs, and TDD phases must be written in English.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Consultar o Graphify antes de inferir sobre o código lendo a base diretamente.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Comportamento por modo.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Dados enviados a LLMs devem estar em TOON; sem exceção.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Testes existentes são imutáveis pelo agente; novos cobrem mudanças; obsoletos só o utilizador remove.
BrunoMartino/Michelangelo-Dev-Toolkit
Cursor rule Cursor
Require uv as the Python package and environment manager.