Mustafa
Community@techymt · Pune, India
SWE -II @atlanhq | Full Stack Web Developer
Agent Skills by Mustafa
Showing 16 vetted skills indexed across 1 GitHub repositories.
types-and-interfaces
Derive TypeScript types from Zod schemas for runtime validation consistency.
hot-paths
Reduce startup and per-turn latency in TypeScript developer tools.
creating-skills
Extract recurring engineering patterns into SKILL.md entries with YAML frontmatter.
error-handling
Convert tool errors into readable LLM feedback with typed propagation.
async-concurrency
Coordinate tool execution with per-tool concurrency and cancellation.
build-tool-factory
Create Claude Code tools with safe defaults and lazy schemas.
system-boundaries
Centralize external API, shell, and filesystem calls through service modules.
tool-definition
Define Claude Code Tools with schema-first validation and permission gating.
domain-model
Define typed Tool, Task, and AppState models for TypeScript agents.
task-system
Execute long-running build, test, deploy, and data-analysis tasks in the background.
naming-conventions
Enforces naming conventions for files and identifiers in TypeScript and React projects.
observability
Implement PII-safe telemetry and local diagnostic logging for desktop applications.
module-organisation
Organize React/TypeScript codebases into responsibility-based directories with per-tool subdirectories.
state-management
Replace a shared AppState atomically with immutable objects via a single setter.
skill-and-command-dispatch
Configure slash commands for inline or forked subagent execution.
permission-system
Enforce permission checks on tool calls before side effects execute.