
karashiiro/karashiiro-marketplace
4 skills0 installsGitHub
Install
npx skills add https://github.com/karashiiro/karashiiro-marketplaceSkills in this repo
1Entrypoint Agentsentrypoint-agents is a small Claude Code plugin that defines an entrypoint agent for structuring how sessions boot and route work. Solo and indie builders who run repeatable agent workflows install it when they want a consistent session spine instead of ad-hoc prompts each time. It fits the Build phase under agent-tooling: you wire the definition into your marketplace or plugin layout so Codex, Cursor, or Claude Code picks up the same entrypoint behavior. 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.0installs2My Cool Proxy Extrasmy-cool-proxy-extras is an agent skill for solo builders who already run the my-cool-proxy MCP gateway and want more agents and helper utilities without forking the core proxy. It packages marketplace metadata and plugin source pointers so Claude Code-style environments can load research-flavored extensions that ride the same proxy boundary—useful when you are standardizing how tools and sub-agents are exposed to coding agents. Invoke it during agent stack assembly when you need supplementary handlers rather than a new MCP server from scratch. The skill assumes familiarity with MCP gateway configuration and proxy deployment; it does not replace gateway security policy, auth, or rate limiting on the proxy itself.0installs3Username Guardusername-guard is a Claude Code–style pretooluse security plugin that intercepts file modifications before they execute and rejects any write whose content includes the machine’s current username ($USER) as a standalone token, case-insensitively. Solo and indie builders who let agents batch-edit configs, docs, or scaffolding need this kind of guard because models often mirror path segments, home-directory hints, or local account names into committed files without asking. The skill does not rewrite content—it fails closed on risky output, which pairs well with review and secret-scanning steps later in the journey. It is lightweight (hook-only), so it slots into agent workflows across Build, Ship, and Operate whenever automated filesystem tools run. Treat it as baseline hygiene alongside .gitignore rules and env-based secrets, not as a substitute for redacting tokens or PII in prompts.0installs4Uwuclaudeuwuclaude is a lightweight output-style plugin from the karashiiro marketplace that reshapes Claude’s voice into an uwu, kawaii register for sessions where tone matters as much as code. Solo builders installing Prism skills for Claude Code or Cursor often stack personality and formatting presets alongside substantive workflow skills; this one sits entirely in the presentation layer. It does not run tests, deploy infra, or fetch APIs—it changes how answers read once triggers and tools have already fired. Because output style follows you across brainstorming, implementation, and casual debugging chat, journeyScope is journey-wide even though Prism catalogs it under Build agent-tooling as the first place builders discover agent customization. Use it when demos, streams, or personal projects benefit from consistent playful phrasing. Skip it for client-facing specs, security reviews, or documentation that must stay neutral and professional. Pair with substantive skills separately; uwuclaude does not replace planning or review workflows.0installs