@qazuor/claude-code-config 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1248 -0
- package/dist/bin.cjs +11886 -0
- package/dist/bin.cjs.map +1 -0
- package/dist/bin.d.cts +1 -0
- package/dist/bin.d.ts +1 -0
- package/dist/bin.js +11869 -0
- package/dist/bin.js.map +1 -0
- package/dist/index.cjs +3887 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1325 -0
- package/dist/index.d.ts +1325 -0
- package/dist/index.js +3835 -0
- package/dist/index.js.map +1 -0
- package/package.json +86 -0
- package/templates/.log/notifications.log +1775 -0
- package/templates/agents/README.md +164 -0
- package/templates/agents/_registry.json +443 -0
- package/templates/agents/design/content-writer.md +353 -0
- package/templates/agents/design/ux-ui-designer.md +382 -0
- package/templates/agents/engineering/astro-engineer.md +293 -0
- package/templates/agents/engineering/db-drizzle-engineer.md +360 -0
- package/templates/agents/engineering/express-engineer.md +316 -0
- package/templates/agents/engineering/fastify-engineer.md +399 -0
- package/templates/agents/engineering/hono-engineer.md +263 -0
- package/templates/agents/engineering/mongoose-engineer.md +473 -0
- package/templates/agents/engineering/nestjs-engineer.md +429 -0
- package/templates/agents/engineering/nextjs-engineer.md +451 -0
- package/templates/agents/engineering/node-typescript-engineer.md +347 -0
- package/templates/agents/engineering/prisma-engineer.md +432 -0
- package/templates/agents/engineering/react-senior-dev.md +394 -0
- package/templates/agents/engineering/tanstack-start-engineer.md +447 -0
- package/templates/agents/engineering/tech-lead.md +269 -0
- package/templates/agents/product/product-functional.md +329 -0
- package/templates/agents/product/product-technical.md +578 -0
- package/templates/agents/quality/debugger.md +514 -0
- package/templates/agents/quality/qa-engineer.md +390 -0
- package/templates/agents/specialized/enrichment-agent.md +277 -0
- package/templates/agents/specialized/i18n-specialist.md +322 -0
- package/templates/agents/specialized/seo-ai-specialist.md +387 -0
- package/templates/agents/specialized/tech-writer.md +300 -0
- package/templates/code-style/.editorconfig +27 -0
- package/templates/code-style/.prettierignore +25 -0
- package/templates/code-style/.prettierrc +12 -0
- package/templates/code-style/biome.json +78 -0
- package/templates/code-style/commitlint.config.js +44 -0
- package/templates/commands/README.md +175 -0
- package/templates/commands/_registry.json +420 -0
- package/templates/commands/add-new-entity.md +211 -0
- package/templates/commands/audit/accessibility-audit.md +360 -0
- package/templates/commands/audit/performance-audit.md +290 -0
- package/templates/commands/audit/security-audit.md +231 -0
- package/templates/commands/code-check.md +127 -0
- package/templates/commands/five-why.md +225 -0
- package/templates/commands/formatting/format-markdown.md +197 -0
- package/templates/commands/git/commit.md +247 -0
- package/templates/commands/meta/create-agent.md +257 -0
- package/templates/commands/meta/create-command.md +312 -0
- package/templates/commands/meta/create-skill.md +321 -0
- package/templates/commands/meta/help.md +318 -0
- package/templates/commands/planning/check-completed-tasks.md +224 -0
- package/templates/commands/planning/cleanup-issues.md +248 -0
- package/templates/commands/planning/planning-cleanup.md +251 -0
- package/templates/commands/planning/sync-planning-github.md +133 -0
- package/templates/commands/planning/sync-todos-github.md +203 -0
- package/templates/commands/quality-check.md +211 -0
- package/templates/commands/run-tests.md +159 -0
- package/templates/commands/start-feature-plan.md +232 -0
- package/templates/commands/start-refactor-plan.md +244 -0
- package/templates/commands/sync-planning.md +176 -0
- package/templates/commands/update-docs.md +242 -0
- package/templates/docs/CHECKPOINT-SYSTEM.md +504 -0
- package/templates/docs/INDEX.md +677 -0
- package/templates/docs/RECOMMENDED-HOOKS.md +415 -0
- package/templates/docs/_registry.json +329 -0
- package/templates/docs/diagrams/README.md +220 -0
- package/templates/docs/diagrams/agent-hierarchy.mmd +55 -0
- package/templates/docs/diagrams/documentation-map.mmd +61 -0
- package/templates/docs/diagrams/tools-relationship.mmd +55 -0
- package/templates/docs/diagrams/workflow-decision-tree.mmd +38 -0
- package/templates/docs/doc-sync.md +533 -0
- package/templates/docs/examples/end-to-end-workflow.md +1505 -0
- package/templates/docs/glossary.md +495 -0
- package/templates/docs/guides/mockup-prompt-engineering.md +644 -0
- package/templates/docs/guides/mockup-setup.md +737 -0
- package/templates/docs/learnings/README.md +250 -0
- package/templates/docs/learnings/common-architectural-patterns.md +123 -0
- package/templates/docs/learnings/common-mistakes-to-avoid.md +149 -0
- package/templates/docs/learnings/markdown-formatting-standards.md +104 -0
- package/templates/docs/learnings/monorepo-command-execution.md +64 -0
- package/templates/docs/learnings/optimization-tips.md +146 -0
- package/templates/docs/learnings/planning-linear-sync-workflow.md +70 -0
- package/templates/docs/learnings/shell-compatibility-fish.md +46 -0
- package/templates/docs/learnings/test-organization-structure.md +68 -0
- package/templates/docs/mcp-installation.md +613 -0
- package/templates/docs/mcp-servers.md +989 -0
- package/templates/docs/notification-installation.md +570 -0
- package/templates/docs/quick-start.md +354 -0
- package/templates/docs/standards/architecture-patterns.md +1064 -0
- package/templates/docs/standards/atomic-commits.md +513 -0
- package/templates/docs/standards/code-standards.md +993 -0
- package/templates/docs/standards/design-standards.md +656 -0
- package/templates/docs/standards/documentation-standards.md +1160 -0
- package/templates/docs/standards/testing-standards.md +969 -0
- package/templates/docs/system-maintenance.md +604 -0
- package/templates/docs/templates/PDR-template.md +561 -0
- package/templates/docs/templates/TODOs-template.md +534 -0
- package/templates/docs/templates/tech-analysis-template.md +800 -0
- package/templates/docs/workflows/README.md +519 -0
- package/templates/docs/workflows/atomic-task-protocol.md +955 -0
- package/templates/docs/workflows/decision-tree.md +482 -0
- package/templates/docs/workflows/edge-cases.md +856 -0
- package/templates/docs/workflows/phase-1-planning.md +957 -0
- package/templates/docs/workflows/phase-2-implementation.md +896 -0
- package/templates/docs/workflows/phase-3-validation.md +792 -0
- package/templates/docs/workflows/phase-4-finalization.md +927 -0
- package/templates/docs/workflows/quick-fix-protocol.md +505 -0
- package/templates/docs/workflows/task-atomization.md +537 -0
- package/templates/docs/workflows/task-completion-protocol.md +448 -0
- package/templates/hooks/on-notification.sh +28 -0
- package/templates/schemas/checkpoint.schema.json +97 -0
- package/templates/schemas/code-registry.schema.json +84 -0
- package/templates/schemas/pdr.schema.json +314 -0
- package/templates/schemas/problems.schema.json +55 -0
- package/templates/schemas/tech-analysis.schema.json +404 -0
- package/templates/schemas/telemetry.schema.json +298 -0
- package/templates/schemas/todos.schema.json +234 -0
- package/templates/schemas/workflows.schema.json +69 -0
- package/templates/scripts/add-changelogs.sh +105 -0
- package/templates/scripts/generate-code-registry.ts +270 -0
- package/templates/scripts/health-check.sh +343 -0
- package/templates/scripts/sync-registry.sh +40 -0
- package/templates/scripts/telemetry-report.ts +36 -0
- package/templates/scripts/validate-docs.sh +224 -0
- package/templates/scripts/validate-registry.sh +225 -0
- package/templates/scripts/validate-schemas.ts +283 -0
- package/templates/scripts/validate-structure.sh +165 -0
- package/templates/scripts/worktree-cleanup.sh +81 -0
- package/templates/scripts/worktree-create.sh +63 -0
- package/templates/sessions/planning/.gitkeep +0 -0
- package/templates/sessions/planning/archived/.gitkeep +0 -0
- package/templates/settings.json +202 -0
- package/templates/settings.local.json +138 -0
- package/templates/skills/README.md +197 -0
- package/templates/skills/_registry.json +473 -0
- package/templates/skills/audit/accessibility-audit.md +309 -0
- package/templates/skills/audit/performance-audit.md +257 -0
- package/templates/skills/audit/security-audit.md +217 -0
- package/templates/skills/auth/nextauth-patterns.md +308 -0
- package/templates/skills/brand-guidelines.md +240 -0
- package/templates/skills/documentation/markdown-formatter.md +302 -0
- package/templates/skills/git/git-commit-helper.md +321 -0
- package/templates/skills/i18n/i18n-patterns.md +251 -0
- package/templates/skills/patterns/error-handling-patterns.md +242 -0
- package/templates/skills/patterns/tdd-methodology.md +342 -0
- package/templates/skills/qa/qa-criteria-validator.md +383 -0
- package/templates/skills/qa/web-app-testing.md +398 -0
- package/templates/skills/react/react-hook-form-patterns.md +359 -0
- package/templates/skills/state/redux-toolkit-patterns.md +272 -0
- package/templates/skills/state/tanstack-query-patterns.md +299 -0
- package/templates/skills/state/zustand-patterns.md +301 -0
- package/templates/skills/tech/mermaid-diagram-specialist.md +195 -0
- package/templates/skills/tech/shadcn-specialist.md +252 -0
- package/templates/skills/tech/vercel-specialist.md +297 -0
- package/templates/skills/testing/api-app-testing.md +254 -0
- package/templates/skills/testing/performance-testing.md +275 -0
- package/templates/skills/testing/security-testing.md +348 -0
- package/templates/skills/utils/add-memory.md +295 -0
- package/templates/skills/utils/json-data-auditor.md +283 -0
- package/templates/skills/utils/pdf-creator-editor.md +342 -0
- package/templates/tools/format-markdown.sh +185 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# AI Agents
|
|
2
|
+
|
|
3
|
+
This directory contains **specialized AI agents** that can be configured for any project. Each agent is an expert in specific areas and can be invoked during development workflow.
|
|
4
|
+
|
|
5
|
+
## ⚙️ Configuration Required
|
|
6
|
+
|
|
7
|
+
All agents include a `config_required` section in their YAML frontmatter. Before using an agent, ensure you've configured the required settings in your project's `CLAUDE.md` or configuration files.
|
|
8
|
+
|
|
9
|
+
**Example agent frontmatter:**
|
|
10
|
+
```yaml
|
|
11
|
+
---
|
|
12
|
+
name: agent-name
|
|
13
|
+
description: Brief description
|
|
14
|
+
tools: Read, Write, Edit, Glob, Grep, Bash
|
|
15
|
+
model: sonnet
|
|
16
|
+
config_required:
|
|
17
|
+
- setting_name: "Description of what to configure"
|
|
18
|
+
---
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Agent Categories
|
|
22
|
+
|
|
23
|
+
### Product & Planning (2 agents)
|
|
24
|
+
|
|
25
|
+
| Agent | Description | Phase |
|
|
26
|
+
|-------|-------------|-------|
|
|
27
|
+
| [product-functional](product/product-functional.md) | Creates PDRs with user stories and acceptance criteria | Phase 1 |
|
|
28
|
+
| [product-technical](product/product-technical.md) | Technical analysis, architecture design, task breakdown | Phase 1 |
|
|
29
|
+
|
|
30
|
+
### Technical Leadership (1 agent)
|
|
31
|
+
|
|
32
|
+
| Agent | Description | Phase |
|
|
33
|
+
|-------|-------------|-------|
|
|
34
|
+
| [tech-lead](engineering/tech-lead.md) | Architectural oversight, code quality, security/performance validation | All |
|
|
35
|
+
|
|
36
|
+
### Backend Development (6 agents)
|
|
37
|
+
|
|
38
|
+
| Agent | Description | Phase |
|
|
39
|
+
|-------|-------------|-------|
|
|
40
|
+
| [hono-engineer](engineering/hono-engineer.md) | API development with Hono framework | Phase 2 |
|
|
41
|
+
| [express-engineer](engineering/express-engineer.md) | API development with Express framework | Phase 2 |
|
|
42
|
+
| [fastify-engineer](engineering/fastify-engineer.md) | API development with Fastify framework | Phase 2 |
|
|
43
|
+
| [nestjs-engineer](engineering/nestjs-engineer.md) | API development with NestJS framework | Phase 2 |
|
|
44
|
+
| [db-drizzle-engineer](engineering/db-drizzle-engineer.md) | Database schemas with Drizzle ORM | Phase 2 |
|
|
45
|
+
| [mongoose-engineer](engineering/mongoose-engineer.md) | Database schemas with Mongoose ODM | Phase 2 |
|
|
46
|
+
| [prisma-engineer](engineering/prisma-engineer.md) | Database schemas with Prisma ORM | Phase 2 |
|
|
47
|
+
| [node-typescript-engineer](engineering/node-typescript-engineer.md) | Shared packages, utilities, Node.js/TypeScript | Phase 2 |
|
|
48
|
+
|
|
49
|
+
### Frontend Development (4 agents)
|
|
50
|
+
|
|
51
|
+
| Agent | Description | Phase |
|
|
52
|
+
|-------|-------------|-------|
|
|
53
|
+
| [astro-engineer](engineering/astro-engineer.md) | Web apps with Astro, SSR, static generation | Phase 2 |
|
|
54
|
+
| [nextjs-engineer](engineering/nextjs-engineer.md) | Web apps with Next.js | Phase 2 |
|
|
55
|
+
| [react-senior-dev](engineering/react-senior-dev.md) | React components, hooks, state management | Phase 2 |
|
|
56
|
+
| [tanstack-start-engineer](engineering/tanstack-start-engineer.md) | Admin dashboards with TanStack Start | Phase 2 |
|
|
57
|
+
|
|
58
|
+
### Design & UX (2 agents)
|
|
59
|
+
|
|
60
|
+
| Agent | Description | Phase |
|
|
61
|
+
|-------|-------------|-------|
|
|
62
|
+
| [ux-ui-designer](design/ux-ui-designer.md) | UI design, user flows, accessibility | Phase 1, 3 |
|
|
63
|
+
| [content-writer](design/content-writer.md) | Web content, copywriting, tone of voice | All |
|
|
64
|
+
|
|
65
|
+
### Quality Assurance (2 agents)
|
|
66
|
+
|
|
67
|
+
| Agent | Description | Phase |
|
|
68
|
+
|-------|-------------|-------|
|
|
69
|
+
| [qa-engineer](quality/qa-engineer.md) | Testing strategy, quality validation | Phase 3 |
|
|
70
|
+
| [debugger](quality/debugger.md) | Bug investigation, root cause analysis | Phase 3 |
|
|
71
|
+
|
|
72
|
+
### Specialized (4 agents)
|
|
73
|
+
|
|
74
|
+
| Agent | Description | Phase |
|
|
75
|
+
|-------|-------------|-------|
|
|
76
|
+
| [tech-writer](specialized/tech-writer.md) | Documentation, API docs, changelogs | Phase 4 |
|
|
77
|
+
| [i18n-specialist](specialized/i18n-specialist.md) | Internationalization, translations | All |
|
|
78
|
+
| [enrichment-agent](specialized/enrichment-agent.md) | Issue enrichment, planning context | Planning |
|
|
79
|
+
| [seo-ai-specialist](specialized/seo-ai-specialist.md) | SEO, Core Web Vitals, structured data | All |
|
|
80
|
+
|
|
81
|
+
## Usage
|
|
82
|
+
|
|
83
|
+
Invoke agents using the Task tool:
|
|
84
|
+
|
|
85
|
+
```text
|
|
86
|
+
Use the Task tool with subagent_type="agent-name"
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
**Examples:**
|
|
90
|
+
```text
|
|
91
|
+
"Invoke product-functional to create the PDR"
|
|
92
|
+
"Use tech-lead to review architecture"
|
|
93
|
+
"Call db-drizzle-engineer to design database schema"
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Agent File Format
|
|
97
|
+
|
|
98
|
+
Each agent file includes:
|
|
99
|
+
|
|
100
|
+
1. **YAML Frontmatter**
|
|
101
|
+
- `name`: Unique identifier (kebab-case)
|
|
102
|
+
- `description`: When to invoke the agent
|
|
103
|
+
- `tools`: Allowed tools (comma-separated)
|
|
104
|
+
- `model`: sonnet/opus/haiku (optional)
|
|
105
|
+
- `config_required`: Configuration directives
|
|
106
|
+
|
|
107
|
+
2. **Configuration Section**
|
|
108
|
+
- Table of required settings
|
|
109
|
+
- Examples for each setting
|
|
110
|
+
|
|
111
|
+
3. **Agent Content**
|
|
112
|
+
- Role and responsibilities
|
|
113
|
+
- Core workflow
|
|
114
|
+
- Best practices
|
|
115
|
+
- Quality checklist
|
|
116
|
+
|
|
117
|
+
## Directory Structure
|
|
118
|
+
|
|
119
|
+
```text
|
|
120
|
+
agents/
|
|
121
|
+
├── README.md
|
|
122
|
+
├── product/
|
|
123
|
+
│ ├── product-functional.md
|
|
124
|
+
│ └── product-technical.md
|
|
125
|
+
├── engineering/
|
|
126
|
+
│ ├── tech-lead.md
|
|
127
|
+
│ ├── hono-engineer.md
|
|
128
|
+
│ ├── express-engineer.md
|
|
129
|
+
│ ├── fastify-engineer.md
|
|
130
|
+
│ ├── nestjs-engineer.md
|
|
131
|
+
│ ├── db-drizzle-engineer.md
|
|
132
|
+
│ ├── mongoose-engineer.md
|
|
133
|
+
│ ├── prisma-engineer.md
|
|
134
|
+
│ ├── node-typescript-engineer.md
|
|
135
|
+
│ ├── astro-engineer.md
|
|
136
|
+
│ ├── nextjs-engineer.md
|
|
137
|
+
│ ├── react-senior-dev.md
|
|
138
|
+
│ └── tanstack-start-engineer.md
|
|
139
|
+
├── quality/
|
|
140
|
+
│ ├── qa-engineer.md
|
|
141
|
+
│ └── debugger.md
|
|
142
|
+
├── design/
|
|
143
|
+
│ ├── ux-ui-designer.md
|
|
144
|
+
│ └── content-writer.md
|
|
145
|
+
└── specialized/
|
|
146
|
+
├── tech-writer.md
|
|
147
|
+
├── i18n-specialist.md
|
|
148
|
+
├── enrichment-agent.md
|
|
149
|
+
└── seo-ai-specialist.md
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
## Adding New Agents
|
|
153
|
+
|
|
154
|
+
1. Create `.md` file in appropriate category folder
|
|
155
|
+
2. Use naming convention: `kebab-case-name.md`
|
|
156
|
+
3. Include YAML frontmatter with `config_required`
|
|
157
|
+
4. Add `⚙️ Configuration` section with settings table
|
|
158
|
+
5. Keep content concise (200-400 lines target)
|
|
159
|
+
6. Update this README
|
|
160
|
+
|
|
161
|
+
## Related
|
|
162
|
+
|
|
163
|
+
- [Commands](../commands/README.md)
|
|
164
|
+
- [Skills](../skills/README.md)
|
|
@@ -0,0 +1,443 @@
|
|
|
1
|
+
{
|
|
2
|
+
"category": "agents",
|
|
3
|
+
"modules": [
|
|
4
|
+
{
|
|
5
|
+
"id": "tech-lead",
|
|
6
|
+
"name": "Tech Lead",
|
|
7
|
+
"description": "Principal Software Architect - coordinates all agents, architectural decisions, code review",
|
|
8
|
+
"file": "engineering/tech-lead.md",
|
|
9
|
+
"tags": ["core", "leadership", "architecture"],
|
|
10
|
+
"longDescription": "The Tech Lead agent serves as the principal coordinator for all development activities. It makes high-level architectural decisions, conducts code reviews, and ensures all other agents work cohesively toward project goals.",
|
|
11
|
+
"whatItDoes": [
|
|
12
|
+
"Coordinates work between different engineering agents",
|
|
13
|
+
"Makes architectural decisions and ensures consistency",
|
|
14
|
+
"Reviews code for quality, patterns, and best practices",
|
|
15
|
+
"Resolves technical conflicts and ambiguities",
|
|
16
|
+
"Maintains project-wide standards and conventions"
|
|
17
|
+
],
|
|
18
|
+
"whenToUse": "Essential for any project. This is the orchestrating agent that manages all others.",
|
|
19
|
+
"skillLevel": "advanced",
|
|
20
|
+
"relatedModules": ["product-functional", "product-technical", "qa-engineer"]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "product-functional",
|
|
24
|
+
"name": "Product Functional",
|
|
25
|
+
"description": "Creates PDR (Product Definition Reports) with user requirements and functional specs",
|
|
26
|
+
"file": "product/product-functional.md",
|
|
27
|
+
"tags": ["product", "requirements", "pdr"],
|
|
28
|
+
"longDescription": "Translates business needs into detailed Product Definition Reports (PDR). Focuses on user stories, acceptance criteria, and functional specifications without diving into technical implementation.",
|
|
29
|
+
"whatItDoes": [
|
|
30
|
+
"Gathers and documents user requirements",
|
|
31
|
+
"Creates Product Definition Reports (PDR)",
|
|
32
|
+
"Defines acceptance criteria and success metrics",
|
|
33
|
+
"Identifies edge cases and user flows",
|
|
34
|
+
"Prioritizes features based on business value"
|
|
35
|
+
],
|
|
36
|
+
"whenToUse": "When starting new features or projects that need clear requirements definition.",
|
|
37
|
+
"skillLevel": "intermediate",
|
|
38
|
+
"relatedModules": ["product-technical", "ux-ui-designer"]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "product-technical",
|
|
42
|
+
"name": "Product Technical",
|
|
43
|
+
"description": "Technical analysis, architecture design, task breakdown from PDR",
|
|
44
|
+
"file": "product/product-technical.md",
|
|
45
|
+
"tags": ["product", "architecture", "planning"],
|
|
46
|
+
"longDescription": "Takes functional requirements from PDR and transforms them into technical specifications. Designs system architecture, creates task breakdowns, and defines technical acceptance criteria.",
|
|
47
|
+
"whatItDoes": [
|
|
48
|
+
"Analyzes PDR and creates technical specifications",
|
|
49
|
+
"Designs system architecture and data models",
|
|
50
|
+
"Breaks down features into actionable development tasks",
|
|
51
|
+
"Identifies technical risks and dependencies",
|
|
52
|
+
"Defines API contracts and integration points"
|
|
53
|
+
],
|
|
54
|
+
"whenToUse": "After Product Functional creates the PDR, use this to plan the technical implementation.",
|
|
55
|
+
"skillLevel": "advanced",
|
|
56
|
+
"relatedModules": ["product-functional", "tech-lead", "db-drizzle-engineer"]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "hono-engineer",
|
|
60
|
+
"name": "Hono Engineer",
|
|
61
|
+
"description": "Backend API development with Hono framework",
|
|
62
|
+
"file": "engineering/hono-engineer.md",
|
|
63
|
+
"tags": ["backend", "api", "hono"],
|
|
64
|
+
"longDescription": "Specialized in building high-performance APIs using the Hono framework. Creates RESTful endpoints, handles middleware, and implements business logic with TypeScript.",
|
|
65
|
+
"whatItDoes": [
|
|
66
|
+
"Creates RESTful API endpoints with Hono",
|
|
67
|
+
"Implements middleware for auth, validation, logging",
|
|
68
|
+
"Handles request/response processing",
|
|
69
|
+
"Integrates with database and external services",
|
|
70
|
+
"Implements error handling and response formatting"
|
|
71
|
+
],
|
|
72
|
+
"whenToUse": "When building backend APIs with Hono framework.",
|
|
73
|
+
"techStack": ["Hono", "TypeScript", "Node.js", "Zod"],
|
|
74
|
+
"alternativeTo": ["express-engineer", "fastify-engineer", "nestjs-engineer"],
|
|
75
|
+
"skillLevel": "intermediate",
|
|
76
|
+
"relatedModules": ["db-drizzle-engineer", "node-typescript-engineer"]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "express-engineer",
|
|
80
|
+
"name": "Express Engineer",
|
|
81
|
+
"description": "Backend API development with Express.js",
|
|
82
|
+
"file": "engineering/express-engineer.md",
|
|
83
|
+
"tags": ["backend", "api", "express"],
|
|
84
|
+
"longDescription": "Specialized in building REST APIs with Express.js. Creates modular routes, middleware chains, and implements robust error handling with TypeScript.",
|
|
85
|
+
"whatItDoes": [
|
|
86
|
+
"Creates RESTful API endpoints with Express",
|
|
87
|
+
"Implements middleware for auth, validation, logging",
|
|
88
|
+
"Builds controller-service architecture",
|
|
89
|
+
"Handles async errors and HTTP status codes",
|
|
90
|
+
"Documents APIs with Swagger/OpenAPI"
|
|
91
|
+
],
|
|
92
|
+
"whenToUse": "When building backend APIs with Express.js.",
|
|
93
|
+
"techStack": ["Express.js", "TypeScript", "Zod"],
|
|
94
|
+
"alternativeTo": ["hono-engineer", "fastify-engineer", "nestjs-engineer"],
|
|
95
|
+
"skillLevel": "intermediate",
|
|
96
|
+
"relatedModules": ["prisma-engineer", "db-drizzle-engineer", "node-typescript-engineer"]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "fastify-engineer",
|
|
100
|
+
"name": "Fastify Engineer",
|
|
101
|
+
"description": "High-performance API development with Fastify",
|
|
102
|
+
"file": "engineering/fastify-engineer.md",
|
|
103
|
+
"tags": ["backend", "api", "fastify"],
|
|
104
|
+
"longDescription": "Builds high-performance APIs with Fastify's plugin architecture. Uses schema-based validation for automatic type inference and OpenAPI docs.",
|
|
105
|
+
"whatItDoes": [
|
|
106
|
+
"Creates typed routes with schema validation",
|
|
107
|
+
"Builds reusable plugins with encapsulation",
|
|
108
|
+
"Implements decorators for shared utilities",
|
|
109
|
+
"Generates OpenAPI docs from schemas",
|
|
110
|
+
"Optimizes for high-throughput performance"
|
|
111
|
+
],
|
|
112
|
+
"whenToUse": "When building high-performance APIs with Fastify. Excellent for microservices and high-throughput applications.",
|
|
113
|
+
"techStack": ["Fastify", "TypeBox", "TypeScript"],
|
|
114
|
+
"alternativeTo": ["hono-engineer", "express-engineer", "nestjs-engineer"],
|
|
115
|
+
"skillLevel": "intermediate",
|
|
116
|
+
"relatedModules": ["prisma-engineer", "db-drizzle-engineer", "node-typescript-engineer"]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "nestjs-engineer",
|
|
120
|
+
"name": "NestJS Engineer",
|
|
121
|
+
"description": "Enterprise backend development with NestJS",
|
|
122
|
+
"file": "engineering/nestjs-engineer.md",
|
|
123
|
+
"tags": ["backend", "api", "nestjs", "enterprise"],
|
|
124
|
+
"longDescription": "Builds scalable enterprise applications with NestJS. Uses dependency injection, modular architecture, and enterprise patterns like CQRS.",
|
|
125
|
+
"whatItDoes": [
|
|
126
|
+
"Creates modular application architecture",
|
|
127
|
+
"Implements dependency injection patterns",
|
|
128
|
+
"Builds guards, interceptors, and pipes",
|
|
129
|
+
"Creates REST and GraphQL APIs",
|
|
130
|
+
"Implements enterprise patterns (CQRS, events)"
|
|
131
|
+
],
|
|
132
|
+
"whenToUse": "When building enterprise-scale applications that need strong architecture and dependency injection.",
|
|
133
|
+
"techStack": ["NestJS", "TypeScript", "class-validator"],
|
|
134
|
+
"alternativeTo": ["express-engineer", "fastify-engineer", "hono-engineer"],
|
|
135
|
+
"skillLevel": "advanced",
|
|
136
|
+
"relatedModules": ["prisma-engineer", "node-typescript-engineer"]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "db-drizzle-engineer",
|
|
140
|
+
"name": "DB Drizzle Engineer",
|
|
141
|
+
"description": "Database design and development with Drizzle ORM",
|
|
142
|
+
"file": "engineering/db-drizzle-engineer.md",
|
|
143
|
+
"tags": ["backend", "database", "drizzle"],
|
|
144
|
+
"longDescription": "Expert in database design and implementation using Drizzle ORM. Handles schema design, migrations, queries, and database optimization with a focus on type safety.",
|
|
145
|
+
"whatItDoes": [
|
|
146
|
+
"Designs database schemas with Drizzle",
|
|
147
|
+
"Creates and manages migrations",
|
|
148
|
+
"Writes type-safe queries and transactions",
|
|
149
|
+
"Implements database models and relationships",
|
|
150
|
+
"Optimizes query performance"
|
|
151
|
+
],
|
|
152
|
+
"whenToUse": "When using Drizzle ORM for database access.",
|
|
153
|
+
"techStack": ["Drizzle ORM", "PostgreSQL", "SQLite", "MySQL", "TypeScript"],
|
|
154
|
+
"alternativeTo": ["prisma-engineer", "mongoose-engineer"],
|
|
155
|
+
"skillLevel": "intermediate",
|
|
156
|
+
"relatedModules": ["hono-engineer", "node-typescript-engineer"]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "prisma-engineer",
|
|
160
|
+
"name": "Prisma Engineer",
|
|
161
|
+
"description": "Database design and development with Prisma ORM",
|
|
162
|
+
"file": "engineering/prisma-engineer.md",
|
|
163
|
+
"tags": ["backend", "database", "prisma"],
|
|
164
|
+
"longDescription": "Expert in database design using Prisma ORM. Handles schema design, migrations, type-safe queries, and database optimization across multiple database engines.",
|
|
165
|
+
"whatItDoes": [
|
|
166
|
+
"Designs database schemas with Prisma",
|
|
167
|
+
"Creates and manages migrations",
|
|
168
|
+
"Writes type-safe queries with Prisma Client",
|
|
169
|
+
"Implements relations and nested operations",
|
|
170
|
+
"Handles transactions and database optimization"
|
|
171
|
+
],
|
|
172
|
+
"whenToUse": "When using Prisma ORM for database access.",
|
|
173
|
+
"techStack": ["Prisma", "PostgreSQL", "MySQL", "SQLite", "MongoDB", "TypeScript"],
|
|
174
|
+
"alternativeTo": ["db-drizzle-engineer", "mongoose-engineer"],
|
|
175
|
+
"skillLevel": "intermediate",
|
|
176
|
+
"relatedModules": ["hono-engineer", "express-engineer", "node-typescript-engineer"]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "mongoose-engineer",
|
|
180
|
+
"name": "Mongoose Engineer",
|
|
181
|
+
"description": "MongoDB development with Mongoose ODM",
|
|
182
|
+
"file": "engineering/mongoose-engineer.md",
|
|
183
|
+
"tags": ["backend", "database", "mongodb", "mongoose"],
|
|
184
|
+
"longDescription": "Expert in MongoDB with Mongoose ODM. Designs document schemas, writes aggregation pipelines, and implements NoSQL best practices.",
|
|
185
|
+
"whatItDoes": [
|
|
186
|
+
"Designs MongoDB document schemas",
|
|
187
|
+
"Implements typed models with TypeScript",
|
|
188
|
+
"Writes aggregation pipelines",
|
|
189
|
+
"Creates middleware and virtuals",
|
|
190
|
+
"Optimizes with indexes and query patterns"
|
|
191
|
+
],
|
|
192
|
+
"whenToUse": "When using MongoDB as your database.",
|
|
193
|
+
"techStack": ["Mongoose", "MongoDB", "TypeScript"],
|
|
194
|
+
"alternativeTo": ["prisma-engineer", "db-drizzle-engineer"],
|
|
195
|
+
"skillLevel": "intermediate",
|
|
196
|
+
"relatedModules": ["express-engineer", "fastify-engineer", "node-typescript-engineer"]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "node-typescript-engineer",
|
|
200
|
+
"name": "Node TypeScript Engineer",
|
|
201
|
+
"description": "Shared packages and Node.js TypeScript development",
|
|
202
|
+
"file": "engineering/node-typescript-engineer.md",
|
|
203
|
+
"tags": ["backend", "shared", "typescript"],
|
|
204
|
+
"longDescription": "Develops shared TypeScript packages, utilities, and core business logic. Focuses on code reusability, type safety, and clean architecture patterns.",
|
|
205
|
+
"whatItDoes": [
|
|
206
|
+
"Creates shared utility packages",
|
|
207
|
+
"Implements core business logic",
|
|
208
|
+
"Designs reusable type definitions",
|
|
209
|
+
"Builds validation schemas with Zod",
|
|
210
|
+
"Creates configuration and constants"
|
|
211
|
+
],
|
|
212
|
+
"whenToUse": "For any shared code, utilities, or packages that are used across different parts of the application.",
|
|
213
|
+
"techStack": ["TypeScript", "Node.js", "Zod", "ESM"],
|
|
214
|
+
"skillLevel": "intermediate",
|
|
215
|
+
"relatedModules": ["hono-engineer", "db-drizzle-engineer", "react-senior-dev"]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"id": "astro-engineer",
|
|
219
|
+
"name": "Astro Engineer",
|
|
220
|
+
"description": "Astro framework development for static/SSR sites",
|
|
221
|
+
"file": "engineering/astro-engineer.md",
|
|
222
|
+
"tags": ["frontend", "astro", "ssr"],
|
|
223
|
+
"longDescription": "Builds fast, content-focused websites using Astro. Specializes in static site generation, partial hydration, and integrating with various UI frameworks.",
|
|
224
|
+
"whatItDoes": [
|
|
225
|
+
"Creates Astro pages and layouts",
|
|
226
|
+
"Implements content collections",
|
|
227
|
+
"Configures SSG and SSR modes",
|
|
228
|
+
"Integrates React/Vue/Svelte components",
|
|
229
|
+
"Optimizes for performance and SEO"
|
|
230
|
+
],
|
|
231
|
+
"whenToUse": "When building content-focused websites, blogs, or marketing sites with Astro.",
|
|
232
|
+
"techStack": ["Astro", "TypeScript", "Tailwind CSS", "MDX"],
|
|
233
|
+
"alternativeTo": ["nextjs-engineer"],
|
|
234
|
+
"skillLevel": "intermediate",
|
|
235
|
+
"relatedModules": ["react-senior-dev", "seo-ai-specialist"]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "nextjs-engineer",
|
|
239
|
+
"name": "Next.js Engineer",
|
|
240
|
+
"description": "Full-stack development with Next.js App Router",
|
|
241
|
+
"file": "engineering/nextjs-engineer.md",
|
|
242
|
+
"tags": ["frontend", "fullstack", "nextjs"],
|
|
243
|
+
"longDescription": "Expert in Next.js App Router for building full-stack React applications. Handles Server Components, Server Actions, and data fetching patterns.",
|
|
244
|
+
"whatItDoes": [
|
|
245
|
+
"Creates pages with App Router architecture",
|
|
246
|
+
"Implements Server and Client Components",
|
|
247
|
+
"Builds Server Actions for form handling",
|
|
248
|
+
"Handles SSR, SSG, and ISR patterns",
|
|
249
|
+
"Creates API Routes and middleware"
|
|
250
|
+
],
|
|
251
|
+
"whenToUse": "When building full-stack React applications with Next.js.",
|
|
252
|
+
"techStack": ["Next.js", "React", "TypeScript", "Tailwind CSS", "Server Actions"],
|
|
253
|
+
"alternativeTo": ["tanstack-start-engineer", "astro-engineer"],
|
|
254
|
+
"skillLevel": "advanced",
|
|
255
|
+
"relatedModules": ["react-senior-dev", "prisma-engineer"]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "tanstack-start-engineer",
|
|
259
|
+
"name": "TanStack Start Engineer",
|
|
260
|
+
"description": "TanStack Start/Router development for admin dashboards",
|
|
261
|
+
"file": "engineering/tanstack-start-engineer.md",
|
|
262
|
+
"tags": ["frontend", "tanstack", "admin"],
|
|
263
|
+
"longDescription": "Expert in TanStack Start and Router for building type-safe, full-stack React applications. Specializes in admin dashboards and complex data-driven interfaces.",
|
|
264
|
+
"whatItDoes": [
|
|
265
|
+
"Creates routes with TanStack Router",
|
|
266
|
+
"Implements server functions with TanStack Start",
|
|
267
|
+
"Builds type-safe data fetching patterns",
|
|
268
|
+
"Creates admin dashboard layouts",
|
|
269
|
+
"Implements authentication flows"
|
|
270
|
+
],
|
|
271
|
+
"whenToUse": "When building admin panels or complex React applications with TanStack Start/Router.",
|
|
272
|
+
"techStack": ["TanStack Start", "TanStack Router", "TanStack Query", "React", "TypeScript"],
|
|
273
|
+
"alternativeTo": ["nextjs-engineer"],
|
|
274
|
+
"skillLevel": "advanced",
|
|
275
|
+
"relatedModules": ["react-senior-dev", "hono-engineer"]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": "react-senior-dev",
|
|
279
|
+
"name": "React Senior Dev",
|
|
280
|
+
"description": "React component development and UI architecture",
|
|
281
|
+
"file": "engineering/react-senior-dev.md",
|
|
282
|
+
"tags": ["frontend", "react", "components"],
|
|
283
|
+
"longDescription": "Senior-level React developer focused on component architecture, state management, and UI best practices. Builds reusable, accessible, and performant components.",
|
|
284
|
+
"whatItDoes": [
|
|
285
|
+
"Creates reusable React components",
|
|
286
|
+
"Implements state management patterns",
|
|
287
|
+
"Builds accessible UI with proper ARIA",
|
|
288
|
+
"Optimizes component performance",
|
|
289
|
+
"Creates component libraries and design systems"
|
|
290
|
+
],
|
|
291
|
+
"whenToUse": "For any React-based frontend development, component libraries, or UI architecture.",
|
|
292
|
+
"techStack": ["React", "TypeScript", "Tailwind CSS", "TanStack Query"],
|
|
293
|
+
"skillLevel": "advanced",
|
|
294
|
+
"relatedModules": ["tanstack-start-engineer", "ux-ui-designer", "astro-engineer"]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "ux-ui-designer",
|
|
298
|
+
"name": "UX/UI Designer",
|
|
299
|
+
"description": "User experience and interface design",
|
|
300
|
+
"file": "design/ux-ui-designer.md",
|
|
301
|
+
"tags": ["design", "ux", "ui"],
|
|
302
|
+
"longDescription": "Designs user experiences and interfaces following modern design principles. Creates wireframes, mockups, and design specifications for development teams.",
|
|
303
|
+
"whatItDoes": [
|
|
304
|
+
"Creates user flows and wireframes",
|
|
305
|
+
"Designs responsive UI layouts",
|
|
306
|
+
"Defines color schemes and typography",
|
|
307
|
+
"Ensures accessibility compliance",
|
|
308
|
+
"Creates design specifications for developers"
|
|
309
|
+
],
|
|
310
|
+
"whenToUse": "When designing new features or improving existing user interfaces.",
|
|
311
|
+
"skillLevel": "intermediate",
|
|
312
|
+
"relatedModules": ["react-senior-dev", "product-functional", "content-writer"]
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "content-writer",
|
|
316
|
+
"name": "Content Writer",
|
|
317
|
+
"description": "Web content, copywriting, and tone of voice",
|
|
318
|
+
"file": "design/content-writer.md",
|
|
319
|
+
"tags": ["design", "content", "copywriting"],
|
|
320
|
+
"longDescription": "Creates compelling web content and copy. Maintains consistent tone of voice, writes marketing copy, and ensures content aligns with brand guidelines.",
|
|
321
|
+
"whatItDoes": [
|
|
322
|
+
"Writes web copy and marketing content",
|
|
323
|
+
"Maintains consistent tone of voice",
|
|
324
|
+
"Creates microcopy for UI elements",
|
|
325
|
+
"Writes error messages and notifications",
|
|
326
|
+
"Develops content strategy"
|
|
327
|
+
],
|
|
328
|
+
"whenToUse": "When creating or improving web content, marketing copy, or UI text.",
|
|
329
|
+
"skillLevel": "intermediate",
|
|
330
|
+
"relatedModules": ["ux-ui-designer", "seo-ai-specialist"]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "qa-engineer",
|
|
334
|
+
"name": "QA Engineer",
|
|
335
|
+
"description": "Quality assurance, testing strategy, test automation",
|
|
336
|
+
"file": "quality/qa-engineer.md",
|
|
337
|
+
"tags": ["quality", "testing", "qa"],
|
|
338
|
+
"longDescription": "Ensures software quality through comprehensive testing strategies. Designs test plans, writes automated tests, and validates feature implementations.",
|
|
339
|
+
"whatItDoes": [
|
|
340
|
+
"Creates comprehensive test plans",
|
|
341
|
+
"Writes unit, integration, and E2E tests",
|
|
342
|
+
"Implements TDD practices (Red-Green-Refactor)",
|
|
343
|
+
"Validates features against acceptance criteria",
|
|
344
|
+
"Identifies and documents bugs"
|
|
345
|
+
],
|
|
346
|
+
"whenToUse": "Essential for maintaining code quality. Use throughout development for TDD and after features for validation.",
|
|
347
|
+
"techStack": ["Vitest", "Playwright", "Testing Library", "MSW"],
|
|
348
|
+
"skillLevel": "intermediate",
|
|
349
|
+
"relatedModules": ["tech-lead", "debugger"]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"id": "debugger",
|
|
353
|
+
"name": "Debugger",
|
|
354
|
+
"description": "Bug investigation, root cause analysis, debugging",
|
|
355
|
+
"file": "quality/debugger.md",
|
|
356
|
+
"tags": ["quality", "debugging", "bugs"],
|
|
357
|
+
"longDescription": "Specialized in investigating and resolving bugs. Performs root cause analysis, traces execution flows, and implements fixes with minimal side effects.",
|
|
358
|
+
"whatItDoes": [
|
|
359
|
+
"Investigates bug reports and reproduces issues",
|
|
360
|
+
"Performs root cause analysis",
|
|
361
|
+
"Traces code execution and data flow",
|
|
362
|
+
"Implements targeted bug fixes",
|
|
363
|
+
"Adds regression tests for fixed bugs"
|
|
364
|
+
],
|
|
365
|
+
"whenToUse": "When investigating bugs, unexpected behavior, or production issues.",
|
|
366
|
+
"skillLevel": "advanced",
|
|
367
|
+
"relatedModules": ["qa-engineer", "tech-lead"]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"id": "tech-writer",
|
|
371
|
+
"name": "Tech Writer",
|
|
372
|
+
"description": "Technical documentation, API docs, user guides",
|
|
373
|
+
"file": "specialized/tech-writer.md",
|
|
374
|
+
"tags": ["specialized", "documentation", "writing"],
|
|
375
|
+
"longDescription": "Creates clear, comprehensive technical documentation. Writes API documentation, user guides, tutorials, and maintains project documentation.",
|
|
376
|
+
"whatItDoes": [
|
|
377
|
+
"Writes API documentation",
|
|
378
|
+
"Creates user guides and tutorials",
|
|
379
|
+
"Maintains README and project docs",
|
|
380
|
+
"Documents architecture decisions (ADRs)",
|
|
381
|
+
"Creates developer onboarding guides"
|
|
382
|
+
],
|
|
383
|
+
"whenToUse": "When creating or updating documentation, API docs, or user guides.",
|
|
384
|
+
"skillLevel": "intermediate",
|
|
385
|
+
"relatedModules": ["tech-lead"]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "i18n-specialist",
|
|
389
|
+
"name": "i18n Specialist",
|
|
390
|
+
"description": "Internationalization, translations, locale management",
|
|
391
|
+
"file": "specialized/i18n-specialist.md",
|
|
392
|
+
"tags": ["specialized", "i18n", "translations"],
|
|
393
|
+
"longDescription": "Expert in internationalization and localization. Manages translations, locale configuration, and ensures proper handling of dates, numbers, and currencies across locales.",
|
|
394
|
+
"whatItDoes": [
|
|
395
|
+
"Sets up i18n infrastructure",
|
|
396
|
+
"Manages translation files",
|
|
397
|
+
"Handles pluralization and formatting",
|
|
398
|
+
"Configures locale-specific behavior",
|
|
399
|
+
"Ensures RTL support where needed"
|
|
400
|
+
],
|
|
401
|
+
"whenToUse": "When building applications that need to support multiple languages or locales.",
|
|
402
|
+
"skillLevel": "intermediate",
|
|
403
|
+
"relatedModules": ["react-senior-dev", "nextjs-engineer"]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "enrichment-agent",
|
|
407
|
+
"name": "Enrichment Agent",
|
|
408
|
+
"description": "Issue enrichment, planning context, data gathering",
|
|
409
|
+
"file": "specialized/enrichment-agent.md",
|
|
410
|
+
"tags": ["specialized", "planning", "context"],
|
|
411
|
+
"longDescription": "Enriches issues and planning documents with additional context. Gathers related information, links dependencies, and ensures planning documents are comprehensive.",
|
|
412
|
+
"whatItDoes": [
|
|
413
|
+
"Enriches issues with context",
|
|
414
|
+
"Links related issues and dependencies",
|
|
415
|
+
"Gathers codebase context for planning",
|
|
416
|
+
"Identifies affected areas of code",
|
|
417
|
+
"Adds acceptance criteria suggestions"
|
|
418
|
+
],
|
|
419
|
+
"whenToUse": "During planning phase to enrich issues with relevant context and dependencies.",
|
|
420
|
+
"skillLevel": "intermediate",
|
|
421
|
+
"relatedModules": ["product-functional", "product-technical"]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"id": "seo-ai-specialist",
|
|
425
|
+
"name": "SEO AI Specialist",
|
|
426
|
+
"description": "SEO optimization, Core Web Vitals, structured data",
|
|
427
|
+
"file": "specialized/seo-ai-specialist.md",
|
|
428
|
+
"tags": ["specialized", "seo", "content"],
|
|
429
|
+
"longDescription": "Optimizes content and code for search engines. Creates SEO strategies, implements meta tags, structured data, and ensures optimal Core Web Vitals.",
|
|
430
|
+
"whatItDoes": [
|
|
431
|
+
"Implements SEO best practices",
|
|
432
|
+
"Creates meta tags and structured data",
|
|
433
|
+
"Optimizes Core Web Vitals",
|
|
434
|
+
"Generates SEO-friendly content",
|
|
435
|
+
"Analyzes and improves page rankings"
|
|
436
|
+
],
|
|
437
|
+
"whenToUse": "When building public-facing websites that need search engine visibility.",
|
|
438
|
+
"techStack": ["Schema.org", "JSON-LD", "Open Graph", "Sitemap"],
|
|
439
|
+
"skillLevel": "intermediate",
|
|
440
|
+
"relatedModules": ["astro-engineer", "tech-writer", "content-writer"]
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
}
|