Agent Skills

Change Log v0.1.7: Agent Skills (Persistent AI Memory)
The fundamental flaw with most AI coding assistants is amnesia. Every time you start a new project, you have to spend the first few prompts wrestling the AI into submission—reminding it to use Tailwind, begging it to stop over-commenting, or forcing it to use proper icons.
With version 0.1.7, we are eliminating that friction entirely. Gor://a now features Agent Skills, a persistent memory architecture that allows you to teach the AI exactly how you prefer to build, style, and structure your applications.
Here is what is new in this release.
Personalized Development Environments
You can now configure your default development preferences through a new onboarding wizard. Once set, these rules are injected into the core AI planner for every future project automatically.
UI Framework Preferences: Force the AI to strictly utilize Tailwind CSS utility classes, or instruct it to write clean, separated Vanilla CSS depending on your project requirements.
Code Style & Verbosity: Choose between "Beginner Friendly" (heavily commented, descriptive variables, explicit logic) and "Expert" (highly concise, minimal comments, strict DRY principles).
Visual Engineering: Instruct the AI to consistently use professional SVG icon libraries (like Phosphor or Lucide) or default to lightweight, native text-based graphics.
Agent Personality: Control how the AI communicates in the chat interface, ranging from strictly professional and direct, to casual and conversational.
Custom Golden Rules
Beyond the standard configuration options, we have introduced Golden Rules. This is a dedicated custom instruction layer where you can define strict directives that the AI must never break.
Whether it is a mandate to "always default to dark mode," a rule to "never use alert() for notifications," or a strict requirement for a specific folder structure, your Golden Rules act as the ultimate architectural boundary for the AI.
Seamless Configuration Interface
We have integrated the Agent Skills setup directly into the Gor://a app shell.
Smart Onboarding: A new configuration modal greets users to capture their baseline preferences without disrupting their workflow.
Dedicated Settings Hub: A brand-new Settings dashboard allows you to manage your profile, billing, and refine your Agent Skills at any time.
Under the Hood: Deterministic Prompt Injection
This is not a simple copy-paste context window trick. Your preferences are compiled into a strict JSON payload and injected directly into the core system prompt of the Gor://a Planner before the architectural blueprint is generated.
This guarantees that the AI understands your styling, framework, and logic preferences before it even writes step one of the build plan, resulting in zero wasted tokens and significantly faster build times.
What is Next?
Now that Gor://a understands how you want to build, we are moving forward with integrating the backend plumbing required to give your deployed applications dynamic AI capabilities. The AI Proxy Gateway is up next.
Head to your dashboard to configure your Agent Skills and start building on your terms.