skills/community/pal/SKILL.md
Comprehensive Pal MCP toolkit for code analysis, debugging, planning, refactoring, code review, and execution tracing. Provides systematic workflows with expert validation for complex development tasks.
npx skillsauth add pedronauck/skills palInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Pal MCP toolkit provides specialized tools for comprehensive code analysis and development workflows. Each tool follows a multi-step workflow pattern with expert validation.
| Task Type | Tool | Reference |
|-----------|------|-----------|
| Architecture & code analysis before complex tasks | mcp__zen__analyze | analyze.md |
| Bug investigation & root cause analysis | mcp__zen__debug | debug.md |
| Strategic planning & task breakdown | mcp__zen__planner | planner.md |
| Code smell detection & refactoring | mcp__zen__refactor | refactor.md |
| Code review after completing tasks | mcp__zen__codereview | review.md |
| Execution flow & dependency tracing | mcp__zen__tracer | tracer.md |
next_step_required: false is returnedstep_number and call the tool again when next_step_required: truemodel: "anthropic/claude-opus-4.6" for ALL Pal MCP tool callsnext_step_required in every responsetrue, call the tool again with incremented step_numbernext_step_required: truenext_step_required: falsemcp__zen__analyze)When to Use:
Key Parameters:
analysis_type: "architecture" | "performance" | "security" | "quality" | "general"output_format: "summary" | "detailed" | "actionable"See references/analyze.md for complete documentation.
mcp__zen__debug)When to Use:
Key Parameters:
hypothesis: Current theory about the root causeconfidence: "exploring" | "low" | "medium" | "high" | "very_high" | "almost_certain" | "certain"See references/debug.md for complete documentation.
mcp__zen__planner)When to Use:
Key Parameters:
is_step_revision: For refining previous stepsis_branch_point: For exploring alternative approachesbranch_id: Naming alternative approachesSee references/planner.md for complete documentation.
mcp__zen__refactor)When to Use:
Key Parameters:
refactor_type: "codesmells" | "decompose" | "modernize" | "organization"focus_areas: ["performance", "readability", "maintainability", "security"]See references/refactor.md for complete documentation.
mcp__zen__codereview)When to Use:
Key Parameters:
review_type: "full" for comprehensive analysisseverity_filter: "all" to catch all severity levelsfocus_on: Specific areas like "performance", "security", "type-safety"See references/review.md for complete documentation.
mcp__zen__tracer)When to Use:
Key Parameters:
trace_mode: "precision" (execution flow) | "dependencies" (structural analysis) | "ask"target_description: Clear description of what to trace and whySee references/tracer.md for complete documentation.
All Pal MCP tools require these base parameters:
{
"step": "Description of current step",
"step_number": 1,
"total_steps": 2,
"next_step_required": true,
"findings": "Findings from this step",
"model": "anthropic/claude-opus-4.6"
}
relevant_filesstep_number: 1 and initial strategystep_number and refine findings based on previous stepnext_step_required: falsenext_step_required: falseanthropic/claude-opus-4.6development
Guides a founder through the full Y Combinator batch application end-to-end. A 10-phase workflow that captures the live YC form, profiles the founders, stress-tests the idea via an embedded grill loop, runs a mandatory 5-agent parallel external research pass on the startup, drafts every form field with anti-pattern and accepted-example checks, produces founder-video bullet notes (no script), runs a final adversarial gate, generates paste-ready submission answers, unlocks an interview-prep simulator after invite, and supports reapplicant delta tracking and post-decision post-mortems. Writes a documented markdown trail under a user-chosen workspace. Use when a founder wants to prepare a YC batch application, build their founder video, drill mock YC interview questions, or reapply with delta evidence. Don't use for pitch-deck design unrelated to YC, generic startup advice without applying, or post-funding work.
development
Authors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
tools
Provides guardrails for user-facing UI work: usability heuristics, accessibility floors, design-system discipline, component states, microcopy, motion, dark mode, responsive behavior, and human-AI UX. Use when designing, generating, reviewing, or refactoring visible product surfaces such as components, pages, dashboards, forms, dialogs, loading/empty/error states, or AI interfaces. Do not use for backend-only work, infrastructure, CLI/TUI design, or pure documentation editing.
tools
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Don't use for plain JavaScript, runtime validation libraries (Zod, Yup), or basic TypeScript syntax questions.