All authors
navraj007in avatar

Claude Skills by navraj007in

github.com/navraj007in
49 skillsA× 43B× 60 installs1 views
Agent ArchitectureB

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.

data-aitypescriptrust
0
2
Api ArtifactsB

Templates and rules for generating OpenAPI specs, Postman collections, AsyncAPI specs, and GraphQL schemas from architecture manifests

developmenttestingapi
0
2
Application PatternsA

Architecture pattern selection, folder structures, coding conventions, error handling, testing strategies, and platform-specific patterns for structuring application code

developmenttypescriptgo
0
2
Architecture MethodologyB

Core methodology for analysing requirements, building system manifests, and generating architecture deliverables. Use when planning or designing any software architecture.

developmenttypescriptpython
0
2
Blocker DetectionA

Identifies missing prerequisites (blockers) for each `/architect:` command based on `_state.json` field requirements. Used by `/architect:next-steps`, `/architect:check-state`, and validation commands to determine which commands can run and which are blocked.

data-aigogit
0
2
Clean CodeA

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.

developmentpythongo
0
2
Coding Rules EnforcementA

Generate hard enforcement tooling (ESLint, Ruff, golangci-lint, dependency-cruiser, pre-commit, arch tests, CI) from SDL

developmenttypescriptpython
0
2
Coding RulesA

Generate AI-consumable coding rules (CLAUDE.md, .cursorrules, copilot-instructions) and enforcement tooling from SDL

developmenttypescriptpython
0
2
Complexity FactorsA

10-factor weighted scoring methodology for assessing build difficulty. Includes factor definitions, scoring guides, and agent/hybrid adjustments. Use when assessing project complexity.

developmentgosql
0
2
ComplianceA

Compliance frameworks (SOC2, HIPAA, GDPR, PCI DSS) with control mappings and implementation guidance

developmenttypescriptrust
0
2
Conflict ResolutionA

Step-by-step remediation procedures for each of the 23 consistency rules. Used by `/architect:validate-consistency --fix` to auto-fix safe conflicts, and by users to manually resolve complex conflicts.

developmenttypescriptpython
0
2
Consistency RulesA

Defines the 23 rules used by `/architect:validate-consistency` to detect conflicts across project outputs. These rules are the "law of the land" for cross-command consistency.

developmentjavascriptpython
0
2
Constraint SolverA

Maps project constraints (budget, team size, timeline, ops maturity, compliance) to architecture decisions. Used by `/architect:blueprint-variants` and `/architect:recommend-stack` to generate informed options.

devopsrustgo
0
2
Continuous Cost MonitorA

Tracks actual infrastructure costs against estimated costs. Alerts when actual spend drifts from projection, identifies cost drivers, and suggests corrective actions.

developmentgoaws
0
2
Cost KnowledgeA

Real pricing data for cloud compute, databases, LLM tokens, auth, payments, email, hosting, and monitoring services. Use when estimating infrastructure or operational costs.

data-aigosql
0
2
Cost Whatif SimulatorA

Shows cost and performance impact of "what if" infrastructure changes. Helps users understand trade-offs before committing to changes.

developmentgosql
0
2
Decision LoggingA

When commands make architecture decisions (choosing tech stacks, patterns, frameworks, databases, etc.), they MUST log those decisions to `_state.json.decisions[]` for auditability and future reference.

developmentjavascripttypescript
0
2
Deep ResearchA

Structured web research methodology for market analysis, competitor research, and technology evaluation. Ensures research uses live web data with source citations and confidence tags.

data-aigogit
0
2
Design SystemA

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.

developmenttypescriptgo
0
2
Diagram PatternsA

Mermaid diagram templates for solution architecture, service communication, C4 Context/Container, data flow, agent flow, deployment, and sequence diagrams. Use when generating architecture diagrams.

developmentpythongo
0
2
Error MessagesA

Provides clear, actionable error messages that help users understand what went wrong, why it matters, and how to fix it. Better error messages reduce debugging time and user frustration.

developmenttypescriptrust
0
2
Export DiagramsA

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.

developmenttypescriptgo
0
2
Export DocxA

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.

developmentgobash
0
2
Export OpenapiA

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.

developmenttypescriptpython
0
2
Founder CommunicationA

Communication guidelines for non-technical founders. Plain English defaults, analogy-first explanations, progressive disclosure. Use when generating any user-facing architecture output.

developmentgoapi
0
2
Generate Data ModelA

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).

developmentjavascripttypescript
0
2
Infrastructure GeneratorsA

SDL generators for Docker Compose, Kubernetes, Monitoring, Nginx, and Deploy Diagram

developmentgosql
0
2
Known ServicesA

Setup steps, credentials, free tiers, and documentation links for 70+ commonly used services. Use when listing required accounts or recommending third-party services.

developmentjavascriptgo
0
2
Manifest StructureA

Canonical system manifest format with all enumerated types for project, frontend, service, database, integration, LLM, agent, and communication components. Use when structuring architecture output.

developmenttypescriptrust
0
2
ObservabilityA

Patterns for metrics, tracing, logging, alerting, dashboards, and SLO definition

developmentjavascripttypescript
0
2
Operational PatternsA

Security architecture, observability, CI/CD pipelines, database migrations, and environment strategy patterns for production-ready systems

devopspythongo
0
2
Pre Execution ValidationA

Validates that a command can execute before running it. Prevents wasted time by stopping early if prerequisites are missing, state is invalid, or conflicting outputs exist.

developmentjavascripttypescript
0
2
Prerequisite GraphA

Documents the complete dependency graph of all 54 `/architect:` commands, showing which commands must run before others, in what order, with estimated execution times for full dependency chains.

data-aigosql
0
2
Product Type DetectorA

Detects product type from user requirements to trigger domain-specific architecture depth sections

data-aigoreact
0
2
Production HardeningA

Core Node.js patterns + cross-runtime reference. For Python see python.md, for .NET see dotnet.md, for Go see go.md.

developmenttypescriptpython
0
2
Project TemplatesB

Starter file templates and boilerplate for scaffolding projects across frontend, backend, mobile, and AI agent frameworks. Sub-files: nextjs.md, react-vite.md, react-native.md, ios-swift.md, android-kotlin.md, frontend-config.md, nodejs.md, python.md, go.md, dotnet.md, nestjs.md, spring-boot.md

developmentjavascripttypescript
0
2
Sdl KnowledgeA

Solution Design Language (SDL) specification — schema, validation, normalization, and generation rules

devopspythongo
0
2
Security AuditB

Generate comprehensive security audit checklist from architecture blueprint. Covers OWASP Top 10, data security, authentication, authorization, secrets management, compliance, and testing procedures.

testing-securitytypescriptgo
0
2
Setup EnvA

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).

developmentpythongo
0
2
Stack CompatibilityA

Verifies that chosen technologies integrate well together. Prevents "I picked these tools and they don't work well together" regrets.

developmentjavascripttypescript
0
2
Stack Swap SimulatorA

Estimates cost and effort to switch from one tech stack to another. Helps answer: "Can we migrate later if needed?"

developmentpythonrust
0
2
Stage DetectionA

Detects the current project stage (concept → mvp → growth → enterprise) based on `_state.json` field presence and completeness. Used by `/architect:next-steps`, `/architect:check-state`, and roadmap commands.

developmentgotesting
0
2
Stakeholder DocA

Generate presentation-ready Word documents for stakeholder discussions. Translates technical architecture blueprints into business-focused presentations with diagrams, cost analysis, and approval checklists.

developmentgosql
0
2
Sync BacklogB

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.

developmenttypescriptgo
0
2
Testing StrategyA

Test naming conventions, fixture patterns, mocking strategies, and coverage thresholds by stage

developmenttypescriptpython
0
2
Tradeoff AnalysisA

Quantifies exact trade-offs when switching between architecture options. Shows users precisely what they gain and lose when choosing Option A over Option B.

developmentgosql
0
2
ValidateA

Run comprehensive quality checks on architecture blueprints. Validates completeness, consistency, best practices, and readiness for implementation. Identifies missing sections, conflicting decisions, and potential issues.

developmenttypescriptgo
0
2
Well ArchitectedA

Six-pillar well-architected framework for evaluating architecture quality — operational excellence, security, reliability, performance, cost optimization, and developer experience

developmenttypescriptpython
0
2
Wireframe PatternsA

JSON wireframe spec patterns — SDL-to-screen mapping and section examples for each screen type.

developmentpythongo
0
2