- AgentHub: 13 files updated with non-engineering examples (content drafts, research, strategy) — engineering stays primary, cross-domain secondary - AgentHub: 7 slash commands, 5 Python scripts, 3 references, 1 agent, dry_run.py validation (57 checks) - Marketplace: agenthub entry added with cross-domain keywords, engineering POWERFUL updated (25→30), product (12→13), counts synced across all configs - SEO: generate-docs.py now produces keyword-rich <title> tags and meta descriptions using SKILL.md frontmatter — "Claude Code Skills" in site_name propagates to all 276 HTML pages - SEO: per-domain title suffixes (Agent Skill for Codex & OpenClaw, etc.), slug-as-title cleanup, domain label stripping from titles - Broken links: 141→0 warnings — new rewrite_skill_internal_links() converts references/, scripts/, assets/ links to GitHub source URLs; skills/index.md phantom slugs fixed (6 marketing, 7 RA/QM) - Counts synced: 204 skills, 266 tools, 382 refs, 16 agents, 17 commands, 21 plugins — consistent across CLAUDE.md, README.md, docs/index.md, marketplace.json, getting-started.md, mkdocs.yml - Platform sync: Codex 163 skills, Gemini 246 items, OpenClaw compatible Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
67 lines
3.1 KiB
Markdown
67 lines
3.1 KiB
Markdown
---
|
|
title: "Engineering Advanced Skills (POWERFUL Tier) — Agent Skill for Codex & OpenClaw"
|
|
description: "25 advanced engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Agent design, RAG, MCP servers, CI/CD."
|
|
---
|
|
|
|
# Engineering Advanced Skills (POWERFUL Tier)
|
|
|
|
<div class="page-meta" markdown>
|
|
<span class="meta-badge">:material-rocket-launch: Engineering - POWERFUL</span>
|
|
<span class="meta-badge">:material-identifier: `engineering`</span>
|
|
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering/SKILL.md">Source</a></span>
|
|
</div>
|
|
|
|
<div class="install-banner" markdown>
|
|
<span class="install-label">Install:</span> <code>claude /plugin install engineering-advanced-skills</code>
|
|
</div>
|
|
|
|
|
|
25 advanced engineering skills for complex architecture, automation, and platform operations.
|
|
|
|
## Quick Start
|
|
|
|
### Claude Code
|
|
```
|
|
/read engineering/agent-designer/SKILL.md
|
|
```
|
|
|
|
### Codex CLI
|
|
```bash
|
|
npx agent-skills-cli add alirezarezvani/claude-skills/engineering
|
|
```
|
|
|
|
## Skills Overview
|
|
|
|
| Skill | Folder | Focus |
|
|
|-------|--------|-------|
|
|
| Agent Designer | `agent-designer/` | Multi-agent architecture patterns |
|
|
| Agent Workflow Designer | `agent-workflow-designer/` | Workflow orchestration |
|
|
| API Design Reviewer | `api-design-reviewer/` | REST/GraphQL linting, breaking changes |
|
|
| API Test Suite Builder | `api-test-suite-builder/` | API test generation |
|
|
| Changelog Generator | `changelog-generator/` | Automated changelogs |
|
|
| CI/CD Pipeline Builder | `ci-cd-pipeline-builder/` | Pipeline generation |
|
|
| Codebase Onboarding | `codebase-onboarding/` | New dev onboarding guides |
|
|
| Database Designer | `database-designer/` | Schema design, migrations |
|
|
| Database Schema Designer | `database-schema-designer/` | ERD, normalization |
|
|
| Dependency Auditor | `dependency-auditor/` | Dependency security scanning |
|
|
| Env Secrets Manager | `env-secrets-manager/` | Secrets rotation, vault |
|
|
| Git Worktree Manager | `git-worktree-manager/` | Parallel branch workflows |
|
|
| Interview System Designer | `interview-system-designer/` | Hiring pipeline design |
|
|
| MCP Server Builder | `mcp-server-builder/` | MCP tool creation |
|
|
| Migration Architect | `migration-architect/` | System migration planning |
|
|
| Monorepo Navigator | `monorepo-navigator/` | Monorepo tooling |
|
|
| Observability Designer | `observability-designer/` | SLOs, alerts, dashboards |
|
|
| Performance Profiler | `performance-profiler/` | CPU, memory, load profiling |
|
|
| PR Review Expert | `pr-review-expert/` | Pull request analysis |
|
|
| RAG Architect | `rag-architect/` | RAG system design |
|
|
| Release Manager | `release-manager/` | Release orchestration |
|
|
| Runbook Generator | `runbook-generator/` | Operational runbooks |
|
|
| Skill Security Auditor | `skill-security-auditor/` | Skill vulnerability scanning |
|
|
| Skill Tester | `skill-tester/` | Skill quality evaluation |
|
|
| Tech Debt Tracker | `tech-debt-tracker/` | Technical debt management |
|
|
|
|
## Rules
|
|
|
|
- Load only the specific skill SKILL.md you need
|
|
- These are advanced skills — combine with engineering-team/ core skills as needed
|