Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>specyouNew to Visual Studio Code? Get it now.
specyou

specyou

Paintingstack

|
7 installs
| (1) | Free
Replicate yourself. Your taste, your instincts, applied to every AI session.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

specyou

Replicate yourself.

AI writes generic code. It follows best practices, not your practices.

specyou fixes that. Document your taste, opinions, and instincts once. Claude Code reads them on every prompt.

Ten agents coding like you. A hundred projects in your voice.

No one can replace a tasteful person. But a tasteful person can replace themselves.

What you can document

~/.specyou/
  specs/
    coding/               # Naming, patterns, error handling, language preferences
    collaboration/        # Git workflow, documentation style, PR conventions
    personality/          # Copywriting voice, aesthetics, worldview
    philosophy/           # Decision-making, marketing approach, growth principles
    app-development/      # Stack choices, auth, onboarding, paywalls, ASO
    infrastructure/       # Hosting, deployment, CI/CD preferences

Everything is markdown. Portable. Readable. Editable by hand.

Setup

  1. Install the VS Code extension
  2. Add the hook to ~/.claude/settings.json:
{
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "cat $HOME/.specyou/SPECYOU.md && echo '\n\n---\nTo search specs use: Glob(pattern: **/*.md, path: $HOME/.specyou). Read specs relevant to the current task - this includes recommendations, reviews, exploration, and any task where knowing the users preferences matters. Not just coding.'"
          }
        ]
      }
    ]
  }
}
  1. Write specs about how you work

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft