Mohammad Alhashemi

Results 44 comments of Mohammad Alhashemi

Hey everyone! 👋 I just published an npm plugin that implements Anthropic's Skills Specification for OpenCode! **📦 npm package:** https://www.npmjs.com/package/opencode-skills **📄 GitHub repo:** https://github.com/malhashemi/opencode-skills ## Installation (super simple!) Add one...

> @malhashemi Can you version-pin the plugin somehow? @ferdinandyb yes you can, inside your `opencode.json` : ```json { "plugin": ["[email protected]"] } ```

Just released [v0.1.0](https://github.com/malhashemi/opencode-skills) that uses the new `noReply` parameter from #3433 to deliver SKILL.md as a user message rather than a tool response (This should now survives purging), also followed...

> It differs slightly from Claude Codes implementation by creating a tool per skill. That bloats the context a little more than a single tool but that shouldn't matter unless...

That didn't work but I have been doing some testing on what could be the issue. I think it is in the way 'exec' works in Hyprland. So when running...

@yordis totally agree on `.agents/rules` I was also coming to propose the following features to `.agents`directory - Reusable prompts `.agents/prompts/` - Reusable Sub-Agents (with the contents of the MD files...

> @malhashemi but when will this get a PR, or adopted as the new standard? You do know that `description` (universal?), `globs` (Cursor only), `alwaysApply` (Cursor) or `auto_execution_mode` (Windsurf) etc....

> Hi folks, > > I am proposing a paradigm / tooling to handle this called Agent Package Manager. It basically builds on what we are raising here. Have a...

> This issue might be a duplicate of existing issues. Please check: > > * [Hooks for commands (Plugin Commands) #2185](https://github.com/sst/opencode/issues/2185): Hooks for commands (Plugin Commands) - Originally requested hooks...