- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
code-refactoring
by rakaadi
Guide for code refactoring, use this skill to guide you when user asked to refactor a components or functions and when an implementation of a plan requiring a code refactoring.
dual-code-review
by samChang72
Orchestrate a comprehensive code review process involving both Gemini (Antigravity) and Claude CLI, synthesizing a consensus report.
kaizen
by samChang72
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
data-transformer
by famaoai-creator
Convert between CSV, JSON, and YAML formats.
angular-di
by Kobolden
Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using injection tokens, or understanding DI hierarchy.
auto-context-mapper
by famaoai-creator
Intelligently links related knowledge assets across tiers. Automatically fetches prerequisite data and high-level mission context for any task.
graphql
by samChang72
"GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully."
completeness-scorer
by famaoai-creator
Evaluate text completeness based on criteria.
python-guidelines
by viktor-ferenczi
Guiding principles for writing clear, concise, human readable and maintainable Python code.
issue-fixer
by cyberelf
This skill provides a systematic approach for investigating and fixing bugs and issues in the codebase. Use this skill when users report bugs, unexpected behavior, test failures, or request fixes for specific issues. The skill guides through issue registration, root cause analysis, impact assessment, minimal code changes, quality validation, and E2E testing.
db-extractor
by famaoai-creator
Extract schema and sample data from databases for analysis.
bug-predictor
by famaoai-creator
Predicts future bug hotspots by analyzing code complexity, churn, and historical defect patterns. Warns developers before a bug is even written.
angular-routing
by Kobolden
Implement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route parameters. Use for navigation setup, protected routes, route-based data loading, and nested routing. Triggers on route configuration, adding authentication guards, implementing lazy loading, or reading route parameters with signals.
binary-archaeologist
by famaoai-creator
Reverse engineers legacy binaries and "black box" executables to extract logic and dependencies. Re-integrates lost institutional assets into modern codebases.
ecosystem-integration-test
by famaoai-creator
Validates the interoperability between skills. Ensures that output formats (JSON/Markdown) from one skill are correctly consumed by the next in a chain.
slack-communicator-pro
by famaoai-creator
status: implemented
disaster-recovery-planner
by famaoai-creator
Generates actionable Disaster Recovery (DR) runbooks from infrastructure and requirements. Validates IaC for resilience (backups, redundancy).
angular-forms
by Kobolden
Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects.
business-growth-planner
by famaoai-creator
Helps define long-term business goals, market entry strategies, and revenue streams. Translates CEO vision into structured OKRs and growth pillars.
activitysmith
by ActivitySmithHQ
Send ActivitySmith push notifications and drive Live Activity start/update/end lifecycle from any agent. Use when a task asks for alerts, progress updates, completion notifications, or Live Activity lifecycle operations.
mcp-terraform-connector
by famaoai-creator
status: implemented
data-transformer
by famaoai-creator
Convert between CSV, JSON, and YAML formats.
angular-directives
by Kobolden
Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or composing behaviors across components. Note - use native @if/@for/@switch for control flow, not custom structural directives.
code-lang-detector
by famaoai-creator
Detect programming language of source code.