← all publishers

navraj007in

@navraj007in source repo

44 published skills

  1. Operational Patterns · navraj007in
    Security architecture, observability, CI/CD pipelines, database migrations, and environment strategy patterns for production-ready systems
    0 installs
  2. Production Hardening · navraj007in bundle
    Core Node.js patterns + cross-runtime reference. For Python see python.md, for .NET see dotnet.md, for Go see go.md.
    0 installs
  3. Stack Swap Simulator · navraj007in
    Estimates cost and effort to switch from one tech stack to another
    0 installs
  4. Cost Whatif Simulator · navraj007in
    Shows cost and performance impact of what-if infrastructure changes before committing to them
    0 installs
  5. Founder Communication · navraj007in
    Communication guidelines for non-technical founders. Plain English defaults, analogy-first explanations, progressive disclosure. Use when generating any user-facing architecture output.
    0 installs
  6. Product Type Detector · navraj007in bundle
    Detects product type from user requirements to trigger domain-specific architecture depth sections
    0 installs
  7. Pre Execution Validation · navraj007in
    Validates that a command can execute before running it, failing fast on missing prerequisites or invalid state
    0 installs
  8. Infrastructure Generators · navraj007in
    SDL generators for Docker Compose, Kubernetes, Monitoring, Nginx, and Deploy Diagram
    0 installs
  9. Error Messages · navraj007in
    Provides the 4-part template for clear, actionable error messages across commands
    0 installs
  10. Decision Logging · navraj007in
    Defines when and how commands must log architecture decisions to _state.json decisions[] for auditability
    0 installs
  11. Continuous Cost Monitor · navraj007in
    Tracks actual infrastructure costs against estimated costs and alerts when spend drifts from projection
    0 installs
  12. Known Services · navraj007in
    Setup steps, credentials, free tiers, and documentation links for 70+ commonly used services. Use when listing required accounts or recommending third-party services.
    0 installs
  13. Security Audit · navraj007in
    Generate comprehensive security audit checklist from architecture blueprint. Covers OWASP Top 10, data security, authentication, authorization, secrets management, compliance, and testing procedures.
    0 installs
  14. Export Diagrams · navraj007in
    Extract and render all Mermaid diagrams from architecture blueprints to PNG images. Creates a diagrams/ folder with high-quality images ready for presentations and documentation.
    0 installs
  15. Stage Detection · navraj007in
    Detects the current project stage (concept/mvp/growth/enterprise) from _state.json field presence and completeness
    0 installs
  16. Stakeholder Doc · navraj007in
    Generate presentation-ready Word documents for stakeholder discussions. Translates technical architecture blueprints into business-focused presentations with diagrams, cost analysis, and approval checklists.
    0 installs
  17. Diagram Patterns · navraj007in
    Mermaid diagram templates for solution architecture, service communication, C4 Context/Container, data flow, agent flow, deployment, and sequence diagrams. Use when generating architecture diagrams.
    0 installs
  18. Testing Strategy · navraj007in
    Test naming conventions, fixture patterns, mocking strategies, and coverage thresholds by stage
    0 installs
  19. Well Architected · navraj007in
    Six-pillar well-architected framework for evaluating architecture quality — operational excellence, security, reliability, performance, cost optimization, and developer experience
    0 installs
  20. Consistency Rules · navraj007in
    Defines the rules used by /architect:validate-consistency to detect conflicts across project outputs
    0 installs
  21. Constraint Solver · navraj007in
    Maps project constraints (budget, team size, timeline, ops maturity, compliance) to architecture decisions
    0 installs
  22. Tradeoff Analysis · navraj007in
    Quantifies exact trade-offs when switching between architecture options
    0 installs
  23. Agent Architecture · navraj007in
    AI agent orchestration patterns (ReAct, chain-of-thought, multi-agent), tool design, memory strategies, guardrails, and token cost modeling. Use when designing AI agent systems.
    0 installs
  24. Complexity Factors · navraj007in
    10-factor weighted scoring methodology for assessing build difficulty. Includes factor definitions, scoring guides, and agent/hybrid adjustments. Use when assessing project complexity.
    0 installs
  25. Manifest Structure · navraj007in
    Canonical system manifest format with all enumerated types for project, frontend, service, database, integration, LLM, agent, and communication components. Use when structuring architecture output.
    0 installs
  26. Wireframe Patterns · navraj007in
    JSON wireframe spec patterns — SDL-to-screen mapping and section examples for each screen type.
    0 installs
  27. Conflict Resolution · navraj007in
    Step-by-step remediation procedures for the consistency rules used by /architect:validate-consistency --fix
    0 installs
  28. Generate Data Model · navraj007in bundle
    ORM and data model generation patterns. Core file covers Node.js (Prisma/Drizzle/TypeORM). Runtime-specific files: python.md (SQLAlchemy/Django ORM), dotnet.md (EF Core), go.md (GORM/sqlc).
    0 installs
  29. Stack Compatibility · navraj007in
    Verifies that chosen technologies integrate well together before a stack decision is committed
    0 installs
  30. Application Patterns · navraj007in
    Architecture pattern selection, folder structures, coding conventions, error handling, testing strategies, and platform-specific patterns for structuring application code
    0 installs
  31. Validate · navraj007in
    Run comprehensive quality checks on architecture blueprints. Validates completeness, consistency, best practices, and readiness for implementation. Identifies missing sections, conflicting decisions, and potential issues.
    0 installs
  32. Setup Env · navraj007in bundle
    Environment variable setup patterns. Core file covers Node.js (dotenv, NEXT_PUBLIC_, VITE_). Runtime files: python.md (pydantic-settings, Django settings), dotnet.md (appsettings.json, User Secrets), go.md (caarlos0/env, godotenv).
    0 installs
  33. Clean Code · navraj007in bundle
    Structural code quality rules applied at write time (implementer, scaffolder) and check time (reviewer). Covers function length, single responsibility, abstraction levels, meaningful naming, magic values, parameter design, boolean traps, DRY, dead code, premature abstraction, frontend component decomposition, null safety, async safety, input validation at boundaries, and concurrency safety.
    0 installs
  34. Compliance · navraj007in
    Compliance frameworks (SOC2, HIPAA, GDPR, PCI DSS) with control mappings and implementation guidance
    0 installs
  35. Export DOCX · navraj007in
    Convert architecture documents (blueprints, stakeholder presentations) from Markdown to professionally formatted Word (.docx) files. Applies corporate styling, embeds PNG diagrams, and creates presentation-ready documents.
    0 installs
  36. Coding Rules · navraj007in
    Generate AI-consumable coding rules (CLAUDE.md, .cursorrules, copilot-instructions) and enforcement tooling from SDL
    0 installs
  37. Sync Backlog · navraj007in
    Sync sprint backlog from architecture blueprint to project management tools (Linear, Jira, GitHub Issues, Asana, ClickUp). Creates issues/tasks with user stories, acceptance criteria, priorities, and sprint assignments.
    0 installs
  38. API Artifacts · navraj007in
    Templates and rules for generating OpenAPI specs, Postman collections, AsyncAPI specs, and GraphQL schemas from architecture manifests
    0 installs
  39. Deep Research · navraj007in
    Structured web research methodology for market analysis, competitor research, and technology evaluation. Ensures research uses live web data with source citations and confidence tags.
    0 installs
  40. Design System · navraj007in
    Generate a context-aware, production-grade design system from the SDL blueprint. Produces design tokens, typography, palette, motion language, and component inventory — grounded in the product domain, audience, and architecture. Use this skill when generating or refining the SDL design section, scaffolding frontend projects, or when the user asks about visual direction.
    0 installs
  41. Observability · navraj007in
    Patterns for metrics, tracing, logging, alerting, dashboards, and SLO definition
    0 installs
  42. Sdl Knowledge · navraj007in
    Solution Design Language (SDL) specification — schema, validation, normalization, and generation rules
    0 installs
  43. Cost Knowledge · navraj007in
    Real pricing data for cloud compute, databases, LLM tokens, auth, payments, email, hosting, and monitoring services. Use when estimating infrastructure or operational costs.
    0 installs
  44. Export Openapi · navraj007in
    Generate OpenAPI 3.0 specification from blueprint API documentation. Creates interactive API docs that can be imported into Postman, Swagger UI, and other API testing tools.
    0 installs