
Code Yeongyu Opinionated Basic Cc Setup
- 6 repo stars
- Updated October 18, 2025
- code-yeongyu/opinionated-basic-cc-setup
code-yeongyu-opinionated-basic-cc-setup is a Claude Code plugin that automatically injects language guides, project knowledge, and encoding validation into agent sessions.
About
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. developers 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.
- 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
Code Yeongyu Opinionated Basic Cc Setup by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install code-yeongyu-opinionated-basic-cc-setup@code-yeongyu/opinionated-basic-cc-setupAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | October 18, 2025 |
| Repository | code-yeongyu/opinionated-basic-cc-setup ↗ |
What it does
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
Who is it for?
Best when you're on opinionated monorepos and want hook-driven context injection for TypeScript, Python, Svelte, and mixed-encoding codebases.
Skip if: Greenfield repos with no conventions yet, or teams that already enforce identical context via a separate internal platform.
What you get
After install, Claude Code sessions receive consistent language guides, project knowledge, and encoding checks so edits match your repo’s conventions.
- Hook-driven context injection on agent sessions
- Stack-aligned edits guided by bundled language references
- Encoding validation feedback before problematic file writes
By the numbers
- 1 plugin in the opinionated-basic-cc-setup bundle
- Repository: code-yeongyu/opinionated-basic-cc-setup
- Documented focus: context injection, language guides, project knowledge, encoding validation, hooks
Recommended Plugins
How it compares
Claude Code context-injection plugin, not an app feature skill or external MCP server catalog.
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.