ipollowork-project-standards
Apply iPolloWork's modern, minimal-change engineering standards when adding features, fixing bugs, refactoring, changing UI, or upgrading dependencies. Use for every implementation task in the iPolloWork repository.
pinned to #c2d3a52updated 2 weeks ago
Ask your AI client: “install skills/ipollowork-project-standards”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/ipollowork-project-standardsmetahub onboarded this repo on the author's behalf.
If you own github.com/Devin-AXIS/iPolloWork on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,202
Last commit
2 weeks ago
Latest release
published
- #a2a-protocol
- #ai-agent-network
- #bnb-chain
- #ethereum
- #mcp-server
- #protocol
- #smart-contracts
- #token-economy
- #web3
- #x402-compatible
About this skill
Pulled from SKILL.md at publish time.
Use this skill for every code change in this repository. The goal is a fast, modern, small implementation that preserves existing behavior and keeps iPolloWork separate from its OpenCode runtime.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.c2d3a52· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at .codex/skills/ipollowork-project-standards/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
399 words · 2,848 chars · 5 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrentc2d3a52warn2 weeks ago
Contents
Use this skill for every code change in this repository. The goal is a fast, modern, small implementation that preserves existing behavior and keeps iPolloWork separate from its OpenCode runtime.
Before changing code
- Inspect the real entrypoint, owning package, existing scripts, and nearby implementation.
- Reproduce the issue or define the user-visible acceptance criteria.
- Search for an existing component, hook, utility, API, or OpenCode primitive before creating one.
- Write a short reason for each non-trivial change: problem, chosen approach, and why the smaller alternative was insufficient.
Implementation rules
- Prefer the smallest coherent patch. Do not add abstractions, dependencies, files, or configuration without a concrete need.
- Reuse existing patterns and design tokens; keep UI compact, accessible, keyboard-friendly, and visually consistent.
- Keep code modern: TypeScript types at boundaries, functional React, narrow modules, explicit async/error states, and no duplicated state.
- Keep changes local to the owning package. Avoid broad rewrites and unrelated formatting churn.
- Preserve public behavior, data formats, routes, plugin contracts, and existing user workflows unless the task explicitly changes them.
- Do not modify or fork OpenCode internals to implement iPolloWork features. Prefer its documented CLI/API/plugin/config surface; isolate compatibility adapters at the boundary.
- Do not commit secrets, generated artifacts, local caches, credentials, or commercial-only code.
- Keep names consistently
iPolloWork/ipollowork; do not reintroduce old product names in new code, docs, paths, or user-facing strings.
Verification required
Run the narrowest useful checks first, then expand with risk:
- TypeScript/UI changes: the owning package typecheck and focused tests.
- Server/plugin changes: focused unit tests plus the relevant package test.
- Build/runtime changes: build the affected package and start the real local entrypoint.
- UI changes: verify the actual browser/Electron surface, not only snapshots.
- Dependency/OpenCode upgrades: record the old/new versions and verify startup, configuration loading, plugin loading, and the affected flow.
Before reporting completion, inspect the diff, run git diff --check, confirm no unrelated files changed, and state any warnings or unverified paths.
Decision rule
If a requested feature can be implemented by a small extension of existing code, do that. If it requires a new subsystem, stop and explain the boundary, alternatives, risk, and validation plan before expanding scope.
Reference
For the repository's package boundaries and runtime contract, read architecture.md when a change crosses app, desktop, server, plugin, or OpenCode boundaries.
Reviews
No reviews yet. Be the first.
Related
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
mh install skills/ipollowork-project-standards