

Auto-generate a project architecture blueprint — analyze the code structure into design documentation

Understand an unfamiliar codebase systematically — map its structure, key points and flows

Review prompts for safety — find prompt-injection holes and risks before production

Add educational explanatory comments — ideal for codebases you want newcomers to grasp easily

Set up AI agent governance — permissions, scope and audit for safe use in an organization

Design multiple AI agents to work as a team — assign roles and coordinate them to finish work

Make a codebase AI-ready — structure, docs and context so agents understand it easily

Script and automate Adobe Illustrator — automate repetitive graphics work

Review your app against App Store guidelines before submission — reduce rejection risk

Write pro-grade CLIs — arguments, help and easy UX

Debug the web expertly with Chrome DevTools — performance and network

Find security vulnerabilities in code with CodeQL queries

Write commit messages that tell a clear story you can read back

Write commits to the Conventional Commits standard

Convert Excel files into readable Markdown tables

Convert PDFs into Markdown — extract content you can edit

Convert Word into Markdown while keeping the heading structure

Write ADRs recording architecture decisions the team can follow

Create a code tour that walks newcomers through the code point by point

Improve prompts for better results — clear, specific and measurable

Cut AWS costs — find wasteful resources and suggest savings

Review AWS systems against the Well-Architected framework's 5 pillars

Containerize ASP.NET Core (Docker) ready to deploy

Break a feature into a clear PRD the team can build from