
from agents9
Opinionated SOLID-guidelines for TypeScript/Bun/Node projects: small files, separated interfaces, mandatory JSDoc, reuse-first workflow and templates to keep co
Provides a prescriptive set of SOLID-driven conventions and templates for TypeScript, Bun, and Node.js projects. The skill defines mandatory workflows (team review agents), strict file-size limits, interface separation rules, required JSDoc on exports, and templates for modules, services, validators and tests — aiming to reduce duplication and improve maintainability.
Use this skill when onboarding a new TypeScript/Bun service, enforcing architecture rules across a mono-repo, running automated code-generation or agent-led refactors, or when you need clear templates and review steps before merging changes. It is targeted at CLI tools, libraries, hooks, and non-framework code.
Best with code-authoring and review agents that can spawn multi-agent workflows (TeamCreate patterns), and validation/linters that can enforce templates (fuse-ai-pilot style agents, CI-integrated automation).
SOLID guidelines skill for TypeScript/Bun/Node.js projects. No bundled scripts — purely instructional. Well-structured SKILL.md with clear rules (100-line file limit, JSDoc mandatory, interfaces separated), reference links to detailed principle guides, and code templates. Workflow section assumes specific agent tools (fuse-ai-pilot) that limit portability, but the coding standards themselves are solid and practical.
No security concerns — purely instructional skill with no scripts or network calls. Opinionated but well-documented coding standards. The mandatory TeamCreate workflow step is specific to a particular agent setup and would need adaptation for general use.
Astro i18n
Implements and configures Astro's built-in internationalization: locale routing, URL helpers, sitemap hreflang, and content organization for multilingual sites.
Laravel 12 → 13 Upgrade Guide
Guided upgrade path and checklist to move Laravel 12 apps to Laravel 13 (PHP 8.3, dependency bumps, breaking changes, Attributes migration).
iPadOS Platform
Guidance and best practices for building iPad-optimized apps: split views, keyboard shortcuts, Stage Manager, multi-window and adaptive layouts.