.cursor/skills/apply-methodology/SKILL.md
Apply an existing rule processor to a specific methodology using the apply script.
npx skillsauth add carrot-foundation/methodology-rules Apply Methodology RuleInstall 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.
Identify the parameters:
<methodology>: the target methodology (e.g., carbon-organic, bold-recycling)<rule>: the rule processor name (e.g., geolocation-precision)<scope>: the processor group (mass-id, credit-order, or mass-id-certificate)Run the apply script:
pnpm apply-methodology-rule <methodology> <rule> <scope>
Example:
pnpm apply-methodology-rule carbon-organic geolocation-precision mass-id
Verify the application was successful by running quality checks:
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
All three checks must pass.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.