Skip to main content
rnavarych

alpha-core

by rnavarychv1.0.0

Cross-cutting engineering skills: databases, security, API design, testing patterns, architecture, performance, CI/CD, observability, cloud infrastructure, code review, and AI/ML engineering. Foundation skills used by all roles and domains.

Install any skill with /learn

/learn @owner/skill-name
11 skills 2 commandsfoundation GitHub

Commands

competency-assessor

Assesses code and architecture against the Software Engineer by RN competency matrix. Use when evaluating code quality, reviewing technical decisions, identifying skill gaps, or recommending learning paths. Covers databases, security, architecture, testing, performance, CI/CD, observability, and ...

legal-reviews

Reviews code, architecture, and data flows for legal and regulatory compliance. Use proactively when handling user data, integrating third-party services, choosing open-source licenses, processing payments, storing health records, or operating in regulated industries. Checks GDPR, CCPA, HIPAA, PC...

Documentation

# Alpha-Core: Foundation Skills

Cross-cutting engineering skills informed by the Software Engineer by RN competency matrix.

## Skills (11)

| Skill | Description |
|-------|-------------|
| `database-advisor` | Database selection, schema design, indexing, optimization |
| `security-advisor` | OWASP Top 10, auth patterns, encryption |
| `api-design` | REST, GraphQL, gRPC, WebSocket design |
| `testing-patterns` | Test pyramid, TDD/BDD, mocking strategies |
| `architecture-patterns` | SOLID, DDD, CQRS, Clean Architecture |
| `performance-optimization` | Profiling, caching, load balancing |
| `ci-cd-patterns` | Pipeline design, deployment strategies |
| `observability` | Logging, metrics, tracing, alerting |
| `cloud-infrastructure` | AWS, GCP, Azure service selection |
| `code-review` | Code review checklist and best practices |
| `ai-ml-engineering` | AI system design, MLOps, AI SaaS platforms, LLM architecture |

## Agents (2)

| Agent | Description |
|-------|-------------|
| `competency-assessor` | Evaluates code against competency matrix |
| `legal-reviews` | Legal and regulatory compliance review |

## Usage

```
/alpha-core:database-advisor
/alpha-core:security-advisor
/alpha-core:code-review
/alpha-core:ai-ml-engineering
```