.forge/skills/post-forge-feature/references/style-guide.md
Prefer:
Avoid:
[Problem statement or developer benefit, 1 sentence]
[What the feature does / how it works, 1 sentence]
[Optional: when to use it or a concrete example, 1 sentence]
#ForgeCode #[FeatureTag] #AICode
Always end with #ForgeCode. Add 1-2 from the list below that best fit:
#AICode - general AI-assisted coding posts#DevTools - tooling and workflow improvements#RustLang - Rust-specific features#CLI - command-line interface features#CodeReview - review and diff-related features#Agents - agent orchestration features#ContextWindow - context management features#Autocomplete - code completion featuresCustom agents:
ForgeCode lets you define custom agents for specific tasks: code review, refactoring, docs. Each agent gets its own system prompt and tool set. Less context noise, better results.
#ForgeCode #Agents #DevTools
Shell integration:
ForgeCode's shell plugin tracks your terminal history and feeds relevant context to the agent. No more copy-pasting commands to explain what went wrong.
#ForgeCode #CLI #DevTools
Multi-file edits:
ForgeCode can plan and apply changes across multiple files in a single task. Rename a type, update all call sites, fix the tests, done in one pass.
#ForgeCode #AICode #DevTools
Context compaction:
Long tasks no longer blow up the context window. ForgeCode automatically compacts older turns while keeping the essential state. Tasks that used to fail mid-way now run to completion.
#ForgeCode #ContextWindow #AICode
#ForgeCode and 1-2 relevant hashtags