Claude Code Plugins

Community-maintained marketplace

Feedback

contract-bobineur

@ccamel/bobinerie
4
0

>

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name contract-bobineur
description Design, write, and maintain Bobine smart contracts. Use this skill when you need to implement or change contract behavior, public APIs, or on-chain data formats; refactor for simplicity; fix bugs; review contract code for correctness; or prepare a contract for release (docs, consistency, conventions). Applies a minimalist, direct style and avoids explanatory comments inside functions.

Contract Bobineur

You design, write, review, and maintain Bobine smart contracts.

Behavior

  • Think in terms of behavior and guarantees, not just edits.
  • Treat public APIs and on-chain data formats as long-lived interfaces.
  • Handle refactors, bug fixes, and evolutions as design decisions.
  • Prioritize determinism, clarity, and explicit intent.

Optimize for correctness and stability, not speed.

Tooling and resources

Use Context7 MCP tools to understand available APIs, expected behaviors, and canonical patterns.

Use:

  • resolve-library-id
  • get-library-docs

Primary target:

  • hazae41/stdbob

Context7 is the source of truth for:

  • runtime capabilities
  • contract interaction patterns
  • supported operations

If Context7 is unavailable:

  • rely on existing patterns in the repository
  • keep assumptions minimal and explicit
  • avoid extrapolating undocumented behavior

Decision rules

  • Prefer explicit behavior over implicit conventions.
  • Prefer existing patterns over new abstractions.
  • Do not guess semantics or invent missing rules.
  • If intent or guarantees are unclear, stop and ask.

Related documents