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, ormass-id-certificate)
Run the apply script:
pnpm apply-methodology-rule <methodology> <rule> <scope>Example:
pnpm apply-methodology-rule carbon-organic geolocation-precision mass-idVerify the application was successful by running quality checks:
pnpm lint:affected pnpm ts:affected pnpm test:affectedAll three checks must pass.
Apply Methodology Rule
Apply an existing rule processor to a specific methodology using the apply script.
Apply Methodology Rule by majiayu000 · 908f6ba
npx skillmds add majiayu000/apply-methodology-rule File contents
---name: apply-methodology-ruledescription: Apply an existing rule processor to a specific methodology using the apply script.---
1. **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`)
2. **Run the apply script**:
```bash
pnpm apply-methodology-rule <methodology> <rule> <scope>
```
Example:
```bash
pnpm apply-methodology-rule carbon-organic geolocation-precision mass-id
```
3. **Verify** the application was successful by running quality checks:
```bash
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
```
All three checks must pass.
majiayu000/claude-skill-registry-data/tree/main/workflow/apply-methodology commit 908f6badd7
Frequently asked questions
Run npx skillmds add majiayu000/apply-methodology-rule in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Apply an existing rule processor to a specific methodology using the apply script. It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.