
Entrypoint Agents
- Updated May 30, 2026
- karashiiro/karashiiro-marketplace
Define how a Claude Code session starts so every task follows a consistent entrypoint agent layout.
About
entrypoint-agents is a small Claude Code plugin that defines an entrypoint agent for structuring how sessions boot and route work. Developers who run repeatable agent workflows install it when they want a consistent session spine instead of ad-hoc prompts each time. The published manifest is minimal—name, author karashiiro, MIT license, development category—so the skill works best as a scaffold you extend with your own instructions and hooks. Use it when you are standardizing multi-step coding sessions, onboarding teammates to one agent shape, or packaging marketplace plugins that need a clear default agent. It does not replace task-specific skills; it gives the shell those skills run inside.
- MIT-licensed entrypoint agent plugin for karashiiro-marketplace
- Structures Claude Code sessions around a named entrypoint agent
- Keyword-tagged for discoverability as entrypoint and agent tooling
- Versioned 1.0.0 plugin source at ./plugins/entrypoint-agents
Entrypoint Agents by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add karashiiro/karashiiro-marketplace/plugin install entrypoint-agents@karashiiro-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 30, 2026 |
|---|---|
| Repository | karashiiro/karashiiro-marketplace ↗ |
What it does
Define how a Claude Code session starts so every task follows a consistent entrypoint agent layout.
Files
Entrypoint agent definition for structuring Claude Code sessions
entrypoint-agents
Source: ./plugins/entrypoint-agents
{ "name": "entrypoint-agents", "author": { "name": "karashiiro" }, "source": "./plugins/entrypoint-agents", "license": "MIT", "version": "1.0.0", "category": "development", "keywords": [ "entrypoint", "agent" ], "description": "Entrypoint agent definition for structuring Claude Code sessions" }