adr
Write an Architecture Decision Record documenting a significant technical decision.
Create a Pact contract definition for consumer-driven contract testing.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-contractContext preview
What this command does when you run it.
Create a Pact contract definition for consumer-driven contract testing.
Create a Pact contract definition for consumer-driven contract testing.
1. Ask the user for the consumer service name and provider service name 2. Identify the API interactions to define (endpoints, methods, request/response schemas) 3. Check if Pact is installed in the project; if not, suggest installation 4. Create the contract test file with consumer and provider configuration 5. Define each interaction: request method, path, headers, query params, and body 6. Specify expected response status codes, headers, and body matchers 7. Use Pact matchers (like, eachLike, term) for flexible matching instead of exact values 8. Add provider states for each interaction describing required preconditions 9. Generate the contract test and run it to produce the Pact file 10. Validate the generated Pact JSON file is well-formed 11. Save the Pact file to the pacts directory for sharing with the provider team
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.