9 Commits

Author SHA1 Message Date
Test User dbe30af32f Structure plugin creator skill with semantic tags
Add XML-style semantic tags across the plugin creator skill and
reference files to improve LLM guidance. Update instructions to use
normative language (MUST, SHOULD, MAY) for clearer requirements.
2026-01-02 03:04:55 +00:00
Test User fa9e864a38 Document agent skill configuration and defaults
Add instructions for enabling skills via YAML frontmatter. Clarify that
skills are disabled by default to prevent context pollution and specify
default skill sets for the Plugin Creator, Configurator, and Security
Reviewer agents.
2026-01-02 02:01:55 +00:00
Test User 9b70decd13 Standardize agent and command documentation
Convert markdown files to use XML-like tags for structure and adopt RFC
2119 keywords. Delete redundant generic agent definitions and update
coding guidelines to enforce stricter modularity, file size limits, and
barrel exports.
2026-01-01 21:18:18 +00:00
Igor Warzocha 052e5d0266 Enforce modular plugin structure
Add CODING-TS.MD with coding architecture principles. Require plugins to
use subdirectories (plugin-name/index.ts) and split complex plugins into
multiple files under 150 lines each.
2025-12-26 13:51:41 +00:00
Igor Warzocha a84c358332 Update publishing guide to ask user for details
Adds a "Before Publishing" section to prompt the user for package name,
scope, version, and license. Updates package.json and README examples to
use placeholders instead of hardcoded values. Includes instructions for
scoped package publishing.
2025-12-25 16:48:59 +00:00
Igor Warzocha aa4244bea2 Update plugin creator docs and permissions
Clarify that OpenCode auto-installs dependencies and remove npm install
instructions. Update package.json to use peerDependencies and include
example config files. Restrict agent permissions.
2025-12-25 16:02:14 +00:00
Howaboua 002f0e8804 Add image to OpenCode Plugin Generator README
Added an image to the README for better visualization.
2025-12-25 14:52:19 +00:00
Igor Warzocha b806352463 Update README.md 2025-12-25 14:48:22 +00:00
Igor Warzocha a8832236f5 Add Create OpenCode Plugin development system 2025-12-25 14:05:35 +00:00