Assaf Manor
Community@assafmanor · Tel Aviv, Israel
Backend Engineer at WSC Sports
Agent Skills by Assaf Manor
Showing 34 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
test-driven-development
Enforces red-green-refactor test-driven development workflow before writing implementation code.
planning-and-task-breakdown
Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
incremental-implementation
Implements multi-file code changes in thin vertical slices with per-slice testing and commits.
api-and-interface-design
Designs stable REST APIs, TypeScript interfaces, and module contracts with consistent error semantics.
dispatching-parallel-agents
Dispatch concurrent subagents to fix independent test failures across separate problem domains.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files and curates context layers for AI coding agents.
executing-plans
Executes written implementation plans task-by-task with review checkpoints and verification steps.
frontend-ui-engineering
Builds accessible, responsive React components following design system and WCAG standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Creates structured specifications through a gated Specify-Plan-Tasks-Implement workflow before coding.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
security-and-hardening
Hardens web application code against OWASP vulnerabilities, SSRF, and supply-chain risks.
brainstorming
Guides collaborative design exploration and spec writing before any implementation work begins.
agent-skills-test-driven-development
Guides test-driven development with RED-GREEN-REFACTOR cycles and bug reproduction tests.
design-mockups
Create interactive HTML design mockups that render the app's real CSS and measure live DOM geometry.
karpathy-guidelines
Applies behavioral guidelines to reduce common LLM coding mistakes during code writing and review.
deprecation-and-migration
Plans and executes deprecation of legacy systems with incremental migration patterns.
writing-plans
Generates detailed implementation plans with bite-sized TDD tasks from feature specifications.
observability-and-instrumentation
Instruments production code with structured logging, metrics, tracing, and alerting.
interview-me
Extracts underlying user intent through one-question-at-a-time interviews before planning or coding.
Frequently Asked Questions About Assaf Manor
FAQPage SchemaWhat tasks can I accomplish with Assaf Manor's skill registry?▼
The 34 skills cover the full engineering lifecycle: refining ideas, writing specs, breaking work into tasks, test-driven implementation, systematic debugging, multi-axis code review, CI/CD pipeline setup, security hardening, performance optimization, observability instrumentation, and production launch preparation with rollback strategies.
Who should use these skills?▼
Backend and full-stack engineers, plus coding agents, who need disciplined practices for features, bugfixes, and releases. Skills target anyone handling untrusted input, merging code, deploying to production, fixing N+1 queries, improving Core Web Vitals, or building accessible responsive interfaces.
How do the skills work in practice during a session?▼
Each skill triggers on a described situation, such as a failing test, an underspecified request, or a pre-merge review. Skills like interview-me, writing-plans, executing-plans, and verification-before-completion chain together so work is specified, implemented incrementally, and verified with evidence before completion claims.
Are these skills open source and what do they cost?▼
The karpathy-guidelines skill explicitly declares an MIT license, permitting free use and modification. Other skills in the manifest do not state a license, so users should check individual skill folders before redistribution. No paid tier or cost is mentioned anywhere in the manifest.
What prerequisites or dependencies do the skills require?▼
Most skills are self-contained behavioral guidelines requiring no setup. The browser-testing-with-devtools skill explicitly requires the chrome-devtools MCP server to be configured. Context-engineering involves configuring rules files, and executing-plans requires a written implementation plan from a prior session.