compass-calendar
Ship, verify, and test calendar app changes end-to-end
All Skills in This Repository (17)
Pure Emerald Level Indicatorsimpeccable
Codify shape, palette, and tokens into a frontend design governance workflow.
simplify-code
Reduce codebase complexity by removing duplication and improving readability.
handoff
Compress the current conversation into a handoff document with redacted PII and artifact references.
bug-capture
Convert user bug reports into detailed GitHub issues with evidence and diagnosis.
react-doctor
Scan React codebases for security, performance, correctness, and architecture issues.
improve-codebase-architecture
Identify shallow modules and cross-cutting seams in modular or monorepo codebases.
prototype
Plans and validates throwaway prototypes tp answer a design question via logic or UI variants.
diagnose
Diagnose hard bugs and performance regressions with a six-phase debugging workflow.
to-issues
Convert plans into linked issues with acceptance criteria and blockers.
zoom-out
Analyze a codebase to produce a structured module-caller map.
grill-with-docs
Grill a plan against the repository's domain model to surface ambiguities.
design-taste-frontend
Generate frontend design directions from client briefs with typography, color, and layout constraints.
Frequently Asked Questions
FAQPage SchemaHow to install Compass Calendar skills?โผ
Run `npx skills add SwitchbackTech/compass-calendar --all -g -y` in your terminal to install all skills globally.
How to ship code changes automatically?โผ
The ship skill routes your change through verification, simplification, independent review, and a ready pull request, then squash-merges once checks pass.
How to debug Google Calendar sync issues?โผ
The google-sync-debug skill traces OAuth, webhooks, sync jobs, and SSE layer by layer to pinpoint the exact failing boundary with evidence.
Can these skills test a staging deployment?โผ
Yes. The qa-test-staging skill runs a signed-in browser sweep of core calendar flows on staging and reports console, network, and visual findings.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible coding environments.
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