Skip to main content
Run any Skill in Manus
with one click
GitHub repository

coach-gravity

coach-gravity contains 69 collected skills from raccioly, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
69
Stars
0
updated
2026-04-27
Forks
0
Occupation coverage
12 occupation categories · 100% classified
repository explorer

Skills in this repository

api-contract-validation
software-developers

API contract validator that ensures API responses match documented contracts and catches breaking changes. Activate when validating API contracts, checking schema validation, detecting contract drift, comparing OpenAPI specs with implementation, finding undocumented endpoints, or auditing response shapes.

2026-04-27
api-contracts
software-developers

API contract validation and Zod-first design patterns. Use when designing, implementing, or validating API routes and schemas.

2026-04-27
api-design
software-developers

API design, style selection, and contract validation. REST vs GraphQL vs tRPC decision-making, Zod-first validation, response formats, versioning, pagination, API contracts. Use when designing APIs, choosing REST vs GraphQL, implementing API validation, creating Zod schemas, or defining API contracts.

2026-04-27
api-patterns
software-developers

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.

2026-04-27
app-builder
software-developers

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

2026-04-27
templates
software-developers

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

2026-04-27
architecture-review
software-developers

Enterprise architecture review with comprehensive codebase analysis and prioritized remediation plan. Activate when reviewing architecture, performing codebase audit, assessing architecture quality, evaluating system design, or scoring production readiness. Covers folder structure, separation of concerns, DynamoDB patterns, code quality, security, performance, testing, and documentation.

2026-04-27
architecture
software-developers

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

2026-04-27
aws-deployment
software-developers

AWS deployment patterns and best practices for Amplify, App Runner, DynamoDB, S3, and Lambda. Use when deploying, configuring infrastructure, or designing cloud architecture.

2026-04-27
bash-linux
network-and-computer-systems-administrators

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

2026-04-27
behavioral-modes
software-developers

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

2026-04-27
brainstorming
software-developers

Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.

2026-04-27
bundle-optimization
web-developers

Bundle size optimizer that implements code splitting, lazy loading, and reduces frontend chunk sizes. Activate when optimizing bundle size, implementing code splitting, configuring tree shaking, analyzing chunk composition, reducing frontend load times, or targeting chunk size limits.

2026-04-27
clean-code
software-developers

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

2026-04-27
code-quality-review
software-quality-assurance-analysts-and-testers

Code quality reviewer that checks lint results, console statements, TODO/FIXME comments, TypeScript any types, file lengths, naming conventions, and overall code craftsmanship. Activate when performing code review, checking code quality, running lint review, auditing code style, or evaluating TypeScript strictness.

2026-04-27
code-review-checklist
software-developers

Code review guidelines covering code quality, security, and best practices.

2026-04-27
database-design
database-architects

Database design principles, decision-making, and platform-specific patterns. Schema design, indexing strategy, ORM selection, serverless databases, DynamoDB single-table design, Drizzle ORM patterns.

2026-04-27
database-patterns
database-architects

Database design patterns for DynamoDB single-table design and Drizzle ORM. Use when designing schemas, writing queries, or setting up database infrastructure.

2026-04-27
dependency-health
software-developers

Dependency health auditor that checks for outdated, vulnerable, unused packages and license issues. Activate when performing dependency audit, checking package health, finding outdated dependencies, running npm audit, reviewing license compliance, or removing unused packages.

2026-04-27
deployment-procedures
software-developers

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

2026-04-27
documentation-templates
software-developers

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

2026-04-27
error-handling
software-developers

Enterprise error handling patterns using structured AppError class hierarchy. Use when implementing API routes, services, or any error-prone code paths.

2026-04-27
frontend-design
web-and-digital-interface-designers

UX psychology, color theory, audience analysis, and design PRINCIPLES. Use when making design decisions, choosing color schemes, typography, layout strategies, or applying design thinking. For design IMPLEMENTATION (dark-first aesthetic, oklch colors, glass morphism), see ui-design-system.

2026-04-27
2d-games
software-developers

2D game development principles. Sprites, tilemaps, physics, camera.

2026-04-27
3d-games
software-developers

3D game development principles. Rendering, shaders, physics, cameras.

2026-04-27
game-art
special-effects-artists-and-animators

Game art principles. Visual style selection, asset pipeline, animation workflow.

2026-04-27
game-audio
sound-engineering-technicians

Game audio principles. Sound design, music integration, adaptive audio systems.

2026-04-27
game-design
special-effects-artists-and-animators

Game design principles. GDD structure, balancing, player psychology, progression.

2026-04-27
mobile-games
software-developers

Mobile game development principles. Touch input, battery, performance, app stores.

2026-04-27
multiplayer
software-developers

Multiplayer game development principles. Architecture, networking, synchronization.

2026-04-27
pc-games
software-developers

PC and console game development principles. Engine selection, platform features, optimization strategies.

2026-04-27
game-development
software-developers

Game development orchestrator. Routes to platform-specific skills based on project needs.

2026-04-27
vr-ar
software-developers

VR/AR development principles. Comfort, interaction, performance requirements.

2026-04-27
web-games
software-developers

Web browser game development principles. Framework selection, WebGPU, optimization, PWA.

2026-04-27
geo-fundamentals
market-research-analysts-and-marketing-specialists-131161

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

2026-04-27
git-commit-format
software-developers

Formats git commit messages according to Conventional Commits specification. Use when committing changes, preparing PRs, or writing changelog entries.

2026-04-27
i18n-completeness
software-developers

Internationalization completeness checker that ensures all user-facing text is translated across all supported locales. Activate when auditing i18n coverage, checking internationalization completeness, finding missing translations, detecting hardcoded strings, or verifying translation key consistency across locales.

2026-04-27
i18n-localization
software-developers

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

2026-04-27
lint-and-validate
software-quality-assurance-analysts-and-testers

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

2026-04-27
mcp-builder
software-developers

MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.

2026-04-27
Showing top 40 of 69 collected skills in this repository.