From ftitos-claude-code
Execute implementation plans by dispatching a fresh subagent per task, with two-stage review (spec compliance then code quality) after each.
npx claudepluginhub nassimbf/ftitos-claude-codeThis skill uses the workspace's default tool permissions.
Execute plans by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Execute plans by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
Core principle: Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration.
Never ignore an escalation or force the same model to retry without changes.
vs. Manual execution:
Quality gates:
If reviewer finds issues: