Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ArchitectPlaybook

يحتوي ArchitectPlaybook على 21 من skills المجمعة من BenSheridanEdwards، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
2
محدث
2026-07-07
Forks
4
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

accessibility-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a TypeScript/React frontend against an opinionated WCAG 2.2 AA baseline (tooling, component patterns, application shell) with optional implementation plan.

2026-07-07
agentic-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a project's agentic instruction files (CLAUDE.md, AGENTS.md, .cursor/rules, .cursorrules, .github/copilot-instructions.md, Windsurf, Aider) and Claude Code settings (.claude/settings.json, .claude/settings.local.json) against an opinionated baseline covering project context coverage, operational guidance, settings hygiene, and multi-agent drift. Static-only with optional implementation plan.

2026-07-07
architecture-audit
محللو ضمان جودة البرمجيات والمختبرون

Graphify-powered architectural audit of a TypeScript codebase. Produces a diagnostic snapshot + checks module boundaries, coupling, state/data flow, and conventions, with optional implementation plan.

2026-07-07
bundle-build-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit build pipeline and bundle output (static-first with optional --with-stats enrichment). Checks configuration, composition, hygiene, and performance with optional implementation plan.

2026-07-07
dependency-audit
محللو أمن المعلومات

Audit Node.js dependency tree (security, health, compliance, hygiene). Static-first with optional --with-network enrichment for vulnerabilities, outdated, and abandonment data. Optionally generates an implementation plan.

2026-07-07
documentation-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit project documentation against an opinionated baseline spanning onboarding, architectural/decision docs, code-level docs, and operational documentation with drift detection. Static-first with optional --with-link-check. Optionally generates an implementation plan for the gaps.

2026-07-07
error-handling-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a TypeScript codebase's error-handling discipline against an opinionated baseline spanning throw and catch hygiene, async and network error handling, React error boundaries, and logging and observability. Static-only by design. Optionally generates an implementation plan for the gaps.

2026-07-07
linting-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a TypeScript project's lint configuration against an opinionated baseline spanning configuration shape, rule coverage, strictness and enforcement, and suppressions hygiene. Auto-detects ESLint or Biome. Static-first with optional --with-run enrichment. Optionally generates an implementation plan for the gaps.

2026-07-07
performance-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit runtime performance patterns in a TypeScript/React frontend (render, network/data, assets/CWV, main-thread). Static-first with optional --with-lighthouse-results enrichment and implementation plan.

2026-07-07
quality-gates-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit pre-commit, pre-push, and CI/CD quality gates against an opinionated baseline. Reports present/missing/misconfigured gates and optionally generates an implementation plan.

2026-07-07
react-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit idiomatic React (hooks correctness, component design, state management, React 18/19 idioms). Static-only by design with optional implementation plan.

2026-07-07
typescript-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a TypeScript project's type discipline against an opinionated baseline spanning compiler configuration, type quality in source, type system usage, and type safety at IO boundaries. Static-first with optional --with-run enrichment from tsc --noEmit. Optionally generates an implementation plan for the gaps.

2026-07-07
pull-request-quality-contract
محللو ضمان جودة البرمجيات والمختبرون

Use before completing work or opening a pull request in this repository.

2026-06-29
security-audit
محللو أمن المعلومات

Audit a TypeScript and React frontend against an opinionated security baseline spanning authentication/sessions, input handling and XSS prevention, transport/headers/cookies, and secrets/data protection/third-party integrations. Frontend-only. Static-first with optional --with-scan enrichment. Optionally generates an implementation plan for the gaps.

2026-06-29
testing-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit React tests against Testing Library query priority and well-known React Testing Library pitfalls. Static-first with optional --with-run coverage enrichment and implementation plan.

2026-06-29
ben-architect-review
محللو ضمان جودة البرمجيات والمختبرون

Perform a principles-based architectural pull request review using Ben's judgement, then ask whether to post it as pending or submit it on GitHub.

2026-06-25
preflight
مطوّرو البرمجيات

Detect optional enrichment tooling for architect-playbook audits and optionally install missing development dependencies and scaffold project configuration. Read-only by default; mutation is gated behind --install and --scaffold-configs and prompts before every change.

2026-05-21
system-self-improve
مطوّرو البرمجيات

The meta-improvement layer of the architect-playbook. Reads a review's gap report (or a user-supplied gap, or audit-history patterns), locates the affected SKILL.md and adjacent files, and proposes a minimal reversible edit to the playbook so the same class of gap is more likely to be caught next time. Dry-run by default; --apply enables mutation but always prompts for confirmation.

2026-05-21
install-architect-playbook-globally
المهن الحاسوبية الأخرى

Copy every architect-playbook skill into ~/.claude/skills/ so the slash commands are available in every Claude Code session on this machine.

2026-04-30
install-architect-playbook-locally
المهن الحاسوبية الأخرى

Copy every architect-playbook skill into the current project's .claude/skills/ directory so the slash commands are available inside this project only.

2026-04-30
pre-audit-setup
المهن الحاسوبية الأخرى

One-time, idempotent preparation that every architect-playbook audit depends on. Verifies graphify is installed, builds the project knowledge graph, and merges the graphify-aware PreToolUse hook into the project's .claude/settings.json.

2026-04-28