epicenter
Local-first app platform with AI agent engineering skills
All Skills in This Repository (76)
Pure Emerald Level Indicatorsmonorepo
Standardize monorepo script commands and conventions across packages.
incremental-commits
Plan and execute code changes in dependency-ordered waves for atomic commits.
social-media
Provides platform-specific post guidelines for LinkedIn, Reddit, and Twitter/X.
documentation
Write READMEs and inline comments explaining code rationale and usage.
error-handling
Implement trySync and tryAsync for graceful error recovery in TypeScript/JavaScript.
writing-voice
Define and enforce voice and tone guidelines for human-readable written content.
specification-writing
Write technical specifications with context, rationale, and open questions for implementation.
honesty
Deliver blunt, actionable feedback on code reviews and technical discussions.
svelte
Guide Svelte component mutations with TanStack Query and shadcn-svelte patterns.
typebox
Validate runtime data structures using TypeBox schemas and TypeMap translations.
web-design-guidelines
Detect UI design violations by comparing project files against Web Interface Guidelines.
factory-function-composition
Compose clients and services using factory functions with a two-argument signature.
Frequently Asked Questions
FAQPage SchemaHow to install Epicenter skills?โผ
Run `npx skills add EpicenterHQ/epicenter --all -g -y` in your terminal to install the full skill suite globally.
What is Epicenter?โผ
Epicenter is a local-first personal data platform where each app's data lives in one CRDT document on your machine, syncing across devices when you sign in. It also ships a large library of reusable AI agent skills for engineering work.
What do the Epicenter agent skills cover?โผ
They cover TypeScript and Svelte conventions, testing, error handling, refactoring, spec writing, code review, UI design, Git workflow, and integrations like Hono, Tauri, Drizzle, and Better Auth.
Do these skills work with Claude Code and Codex?โผ
Yes. Every skill follows the portable SKILL.md format and the repo's AGENTS.md and CLAUDE.md files route agent behavior in Claude Code, Codex, and compatible tools.
Can I use the skills without the Epicenter platform?โผ
Yes. Most skills encode general engineering practices like testing, refactoring, and error handling that apply to any TypeScript or Svelte codebase.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core