Pulak Mehrotra
Community@pulak999
Pulak Mehrotra's skill registry covers AI-generated code auditing, phased code review, research paper digestion, LaTeX/Beamer authoring, and Cursor editor configuration.
Agent Skills by Pulak Mehrotra
Showing 18 vetted skills indexed across 1 GitHub repositories.
ai-ledger
Audits AI-written code and maintains a searchable AI_LEDGER.md documentation file.
code-review-phased
Reviews codebases in three approval-gated phases and writes findings to code.md.
codebase-audit
Audits AI-generated codebases through a three-pass inventory, comprehension quiz, and test-guarded trimming workflow.
paper-digest
Summarizes research paper PDFs into a structured nine-field digest with relevance scoring.
design-doc-review-bottleneck
Reviews design documents to identify scaling bottlenecks, single points of failure, and architectural risks.
pdf-summarizer
Indexes and summarizes document folders into a persistent README.md cache.
beamer-slides
Generates LaTeX Beamer slides for research presentations using a two-pass outline-then-render workflow.
implement-from-plan
Implements software plans with chunked approvals, test splits, and CI-aware check-ins.
plan-impact-analysis
Maps a plan or spec onto an existing codebase via Mermaid diagrams and gap analysis.
format-latex
Reformat LaTeX files to match the style conventions of a reference research paper.
codebase-quizzer
Quizzes users on codebase structure, execution flow, and design decisions with persistent progress tracking.
grill-me
Interviews the user about a plan or design to resolve every decision branch.
create-subagent
Create custom Cursor subagents with YAML frontmatter and system prompts.
migrate-to-skills
Convert Cursor rules and slash commands into Agent Skills format.
shell
Executes user-provided text as literal shell commands in the terminal.
create-skill
Guides creation of Cursor Agent Skills with SKILL.md structure and best practices.
create-rule
Create Cursor rules as .mdc files with frontmatter for persistent AI guidance.
update-cursor-settings
Modify Cursor and VSCode user settings in settings.json files.
Frequently Asked Questions About Pulak Mehrotra
FAQPage SchemaWhat tasks can I accomplish with pulak999's skills?▼
You can audit and document AI-generated code, run three-phase senior-level code reviews, digest research PDFs into structured summaries, generate LaTeX Beamer slides, analyze how a plan maps onto a codebase, and create or migrate Cursor rules, skills, subagents, and editor settings.
Who are these skills designed for?▼
They target software engineers and researchers working with AI-generated code, particularly developers using the Cursor editor who need code comprehension, design review, and plan-impact analysis, plus academics preparing paper digests, LaTeX documents, and Beamer presentations.
How do the code comprehension skills work in practice?▼
The codebase-audit skill maps a function inventory, quizzes you on each function to surface comprehension gaps, then deletes or rewrites blind spots while requiring tests to pass. The codebase-quizzer and grill-me skills deepen understanding through targeted questioning about execution flow and design decisions.
What document and presentation formats are supported?▼
The pdf-summarizer indexes PDF, DOCX, Word, Markdown, and plain text folders into a persistent README.md cache, with optional Google Docs via a Drive MCP. The beamer-slides and format-latex skills produce and style LaTeX Beamer decks and .tex files matching a defined research paper style.
What are the prerequisites for using these skills?▼
Skills are invoked inside a Cursor or compatible agent environment; several are user-invocable with file access permissions (Read, Write, Glob, Grep, Bash). The shell skill requires explicit /shell invocation, and Google Docs indexing requires a connected Drive MCP server.