Code Yeongyu Opinionated Basic Cc Setup
code-yeongyu-opinionated-basic-cc-setup is a Claude Code plugin for the Build phase that automatically injects language guides, project knowledge, and encoding validation into agent sessions.
Install this when you want Claude Code to auto-inject language-specific guides, project knowledge, and encoding checks so everyday edits stay consistent across TypeScript, Python, Svelte, and similar
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install code-yeongyu-opinionated-basic-cc-setup@code-yeongyu/opinionated-basic-cc-setupBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:code-yeongyu/opinionated-basic-cc-setup") and the paste-ready config with skillselion.get_install_config("plugin:code-yeongyu/opinionated-basic-cc-setup").
What it does
code-yeongyu-opinionated-basic-cc-setup is a Claude Code plugin that makes agent sessions less chaotic by injecting the right context up front: language guides, curated project knowledge, and encoding validation before changes land in the tree. Solo builders juggling multiple stacks benefit because the agent is nudged toward stack-specific patterns instead of generic answers that ignore your eslint, Svelte, or Python layout. Use it when you have settled into a repo and want every Claude Code turn to start from the same opinionated baseline—similar to a team style guide, but automated through hooks and context injection. It is not a feature generator; it is infrastructure for clearer prompts-to-code alignment. Compared with downloading random skills per task, this plugin focuses on session quality and correctness of text encoding, which prevents subtle production bugs in i18n-heavy or multilingual projects while you stay in the Build phase.
Highlights
- Automatic context injection for language-specific guides (TypeScript, Python, Svelte, and related stacks)
- Project knowledge injection so the agent respects repo conventions
- Encoding validation to reduce mojibake and bad file encodings in edits
- Hooks-based opinionated Claude Code setup (enhanced-basic pattern)
- Static-analysis and style alignment via bundled guides rather than one-off prompts
Why builders use it
Agents waste turns and introduce encoding or style mistakes because each Claude Code session starts without your stack rules or project-specific context.
After install, Claude Code sessions receive consistent language guides, project knowledge, and encoding checks so edits match your repo’s conventions.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is code-yeongyu-opinionated-basic-cc-setup for?
It is for developers who use Claude Code daily and want automatic language guides, project knowledge, and encoding validation on every session.
When should I use code-yeongyu-opinionated-basic-cc-setup?
Use it during Build whenever you are implementing or refactoring in a repo with defined stack conventions and care about correct text encoding.
How do I add code-yeongyu-opinionated-basic-cc-setup to my agent?
Install the plugin from code-yeongyu/opinionated-basic-cc-setup into Claude Code and enable its hooks so context injection runs with your enhanced-basic setup.
Comments
Share how you use code-yeongyu-opinionated-basic-cc-setup, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.