ojiman-skills
v0.1.1A small personal collection of Agent Skills, each written up from something that actually went wrong on a real project.
By ojimanLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ojiman-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ojiman/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── skills/complexity-budget/SKILL.md
Included Skills1
Use when scope creep or over-engineering is making work grow beyond what the user asked for: before proposing or building an unrequested new category of mechanism such as a layer, gate, framework, abstraction, policy, config, generator, or review artifact; when a design, CI pipeline, review process, or spec is generating follow-up work; when the user says they have lost track of what is being built or asks whether this is too much; or at the start of an open-ended build that lacks a clear outcome and stop condition. Do not use merely because the user explicitly requested the mechanism as the deliverable.
Plugin manifests2
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "ojiman-skills",
"displayName": "ojiman's Agent Skills",
"description": "A small personal collection of Agent Skills, each written up from something that actually went wrong on a real project.",
"author": {
"name": "ojiman"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "ojiman-skills",
"version": "0.1.1",
"description": "A small personal collection of Agent Skills, each written up from something that actually went wrong on a real project. Currently: a stopping rule that makes the agent price new mechanism in the user's own vocabulary before building it.",
"author": {
"name": "ojiman"
},
"repository": "https://github.com/ojiman/skills",
"license": "MIT",
"keywords": [
"agent-skills",
"agentic-coding",
"guardrails",
"scope-creep",
"review"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ojiman-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ojiman-skills)