Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · tech-leads-club/agent-skills
page:docs-reference-repos-tech-leads-club-agent-skills-researcha5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page JSON

page:docs-reference-repos-tech-leads-club-agent-skills-research

Structured · live

tech-leads-club/agent-skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/tech-leads-club/agent-skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-tech-leads-club-agent-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/tech-leads-club/agent-skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/tech-leads-club/agent-skills/research.md",
    "sourceKind": "repo-docs",
    "title": "tech-leads-club/agent-skills",
    "displayName": "tech-leads-club/agent-skills",
    "slug": "docs/reference-repos/tech-leads-club/agent-skills/research",
    "articlePath": "wiki/docs/reference-repos/tech-leads-club/agent-skills/research.md",
    "article": "\n# tech-leads-club/agent-skills\n\n- **Archetype**: skill-registry-platform\n- **Stars**: 2,082\n- **Last pushed**: 2026-04-01\n- **License**: NOASSERTION\n- **Discovered**: 2026-04-12\n- **Skills found**: 77\n\n## Summary\n\nA validated skill registry for professional AI coding agents by Tech Leads Club. 77 SKILL.md files organized into categorized directories: architecture (10: domain analysis, coupling analysis, component sizing, legacy migration planner, frontend blueprint), cloud (5: AWS, Cloudflare, Netlify, Render, Vercel deploy), creation (6: ADR, RFC, technical design doc, skill architect, subagent creator), decision-making, design (4: Figma, frontend design, web design), development (9: codenavi, coding guidelines, Confluence, Jira, NestJS, React Native, Shopify, spec-driven), GTM/go-to-market (16: cold outreach, pricing, SDR, SEO, UGC ads, content pipeline, sales motion), learning, monitoring (Sentry), performance (4: Core Web Vitals, Astro, Lighthouse), quality (5: React best practices, SEO, accessibility, web quality audit), security (3: best practices, ownership map, threat model), tooling (7: Chrome DevTools, Excalidraw, gh-fix-ci, Mermaid, Nx suite), web-automation (Playwright). Supports Antigravity, Claude Code, Cursor, Copilot.\n\n## Assessment\n\nExtremely high value -- the largest and most well-organized skill collection in this batch. The 77 skills span development, architecture, security, performance, design, GTM/marketing, and tooling domains. The categorization system (parenthesized directory names) is clean and maps directly to babysitter specialization domains. The GTM skills (16) are particularly unique -- go-to-market processes for technical founders are not found in other repos. The architecture skills (domain analysis, coupling analysis, decomposition planning) align well with babysitter's domain-driven methodology.\n\n## Extraction Priority\n- High\n- Rationale: 77 well-categorized skills across 13 domains. The architecture, GTM, security, and performance categories are immediately extractable as babysitter specializations. The spec-driven development skill directly mirrors babysitter's recommended methodology.\n\n## Processes\n\n### 1. Domain-Driven Architecture Analysis\n- **Source skills**: domain-analysis, coupling-analysis, component-identification-sizing, domain-identification-grouping, decomposition-planning-roadmap\n- **Placement**: `specializations/architecture/domain-driven-analysis.js`\n- **Description**: Full DDD strategic design analysis: identify subdomains (Core/Supporting/Generic) -> map bounded contexts -> analyze coupling -> size components -> plan decomposition roadmap.\n\n### 2. Technical Document Generation\n- **Source skills**: create-adr, create-rfc, create-technical-design-doc\n- **Placement**: `specializations/shared/technical-document-generation.js`\n- **Description**: Generate structured technical documents: ADR for decisions, RFC for proposals, full design docs for features. Select format based on scope/audience.\n\n### 3. Go-to-Market Execution\n- **Source skills**: solo-founder-gtm, positioning-icp, sales-motion-design, content-to-pipeline, multi-platform-launch, gtm-metrics\n- **Placement**: `specializations/business/gtm-execution.js`\n- **Description**: End-to-end GTM process for technical founders: positioning/ICP definition -> sales motion design -> content strategy -> multi-platform launch -> metrics tracking -> expansion/retention.\n\n### 4. Web Performance Audit\n- **Source skills**: core-web-vitals, perf-lighthouse, perf-web-optimization, perf-astro\n- **Placement**: `specializations/frontend/web-performance-audit.js`\n- **Description**: Comprehensive web performance audit: Core Web Vitals measurement -> Lighthouse analysis -> optimization recommendations -> framework-specific optimizations (Astro SSG).\n\n### 5. Security Threat Modeling\n- **Source skills**: security-threat-model, security-ownership-map, security-best-practices\n- **Placement**: `specializations/security/threat-modeling.js`\n- **Description**: Security assessment process: threat model creation -> security ownership mapping -> best practices gap analysis -> remediation prioritization.\n\n### 6. Legacy Migration Planning\n- **Source skills**: legacy-migration-planner, component-flattening-analysis\n- **Placement**: `specializations/architecture/legacy-migration-planning.js`\n- **Description**: Legacy system migration process: analyze existing architecture -> identify migration boundaries -> plan phased migration -> flatten overly nested components.\n\n## Plugin Ideas\n\n- **Jira/Confluence Integration plugin**: Bidirectional sync between babysitter runs and Jira tickets/Confluence pages. Category: tools integration.\n- **Nx Monorepo plugin**: Nx workspace discovery, task execution, and CI monitoring as babysitter tasks. Category: DevX.\n- **GTM Dashboard plugin**: Track go-to-market metrics and pipeline health from babysitter-orchestrated marketing processes. Category: workflow automation.\n- **Figma Design Bridge plugin**: Import Figma designs as implementation specifications for frontend processes. Category: tools integration.\n\n## Patterns\n\n- Parenthesized category directories for semantic grouping: `(architecture)`, `(cloud)`, `(gtm)`\n- Monorepo structure: `packages/skills-catalog/skills/` with separate package\n- DDD-aligned skill descriptions with explicit \"when to use\" / \"when NOT to use\" routing\n- Skill disambiguation in descriptions (e.g., \"Do NOT use for X, use Y instead\")\n- GTM skills applying engineering rigor to marketing/sales processes\n- Skill architect meta-skill for creating new skills\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Domain-Driven Architecture Analysis | NEW | DDD strategic design with subdomain identification and bounded context mapping | - | specializations/architecture/domain-driven-analysis.js |\n| Technical Document Generation | NEW | Structured generation of ADRs, RFCs, and design docs based on scope/audience | - | specializations/shared/technical-document-generation.js |\n| Go-to-Market Execution | NEW | End-to-end GTM process for technical founders with metrics tracking | - | specializations/business/gtm-execution.js |\n| Web Performance Audit | NEW | Core Web Vitals and Lighthouse-based performance optimization | - | specializations/frontend/web-performance-audit.js |\n| Security Threat Modeling | NEW | Threat model creation with ownership mapping and remediation | - | specializations/security-compliance/threat-modeling.js |\n| Legacy Migration Planning | NEW | Phased legacy system migration with boundary analysis | - | specializations/architecture/legacy-migration-planning.js |\n| Cloud Deployment Orchestration | NEW | Multi-platform cloud deployment with AWS/Cloudflare/Vercel patterns | - | specializations/devops-sre-platform/cloud-deployment-orchestration.js |\n| Design System Implementation | NEW | Figma to code implementation with frontend blueprint generation | - | specializations/frontend/design-system-implementation.js |\n| GTM Content Pipeline | NEW | Content strategy and multi-platform publishing for technical products | - | specializations/business/gtm-content-pipeline.js |\n| Chrome DevTools Automation | NEW | Automated performance and debugging workflows with DevTools | - | specializations/frontend/chrome-devtools-automation.js |\n| Nx Monorepo Management | NEW | Nx workspace task orchestration and CI/CD optimization | - | specializations/devops-sre-platform/nx-monorepo-management.js |\n| Skill Architecture Meta-Process | NEW | Meta-skill for creating new domain-specific skills | - | methodologies/skill-architecture/ |\n| Sales Motion Design | NEW | Engineering-rigor approach to B2B sales process design | - | specializations/business/sales-motion-design.js |\n| React Native Development Process | NEW | Cross-platform mobile development with React Native patterns | - | specializations/mobile/react-native-development.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Jira/Confluence Integration | NEW | Bidirectional sync between babysitter runs and Atlassian tools via API | - | plugins/a5c/marketplace/plugins/jira-confluence-integration/ |\n| Figma Design Bridge | NEW | Figma API integration to import designs as implementation specifications | - | plugins/a5c/marketplace/plugins/figma-design-bridge/ |\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-tech-leads-club-agent-skills-research",
      "kind": "contains_page"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab