From ftitos-claude-code
Measures whether skills, rules, and agent definitions are actually followed by auto-generating scenarios, running agents, and reporting compliance rates.
npx claudepluginhub nassimbf/ftitos-claude-codeThis skill uses the workspace's default tool permissions.
Measures whether coding agents actually follow skills, rules, or agent definitions by:
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
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.
Measures whether coding agents actually follow skills, rules, or agent definitions by:
claude -p and capturing tool call tracesskills/*/SKILL.md): Workflow skills like search-first, TDD guidesrules/*.md): Mandatory rules like testing.md, security.mdagents/*.md): Whether an agent gets invoked when expected# Full run
uv run python -m scripts.run path/to/rules/testing.md
# Dry run (no cost, spec + scenarios only)
uv run python -m scripts.run --dry-run path/to/skills/search-first/SKILL.md
# Custom models
uv run python -m scripts.run --gen-model haiku --model sonnet <path>
Measures whether a skill/rule is followed even when the prompt doesn't explicitly support it.
Reports are self-contained and include: