My first Microverse project: https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/hello_microverse_project.md
VS Code Extension for searching, installing and managing Agent Skills (SKILL.md) for GitHub Copilot, Claude Code and AI coding assistants
MySQL Daily Practice 365: Daily SQL tasks for 365 days to improve database skills, from basic queries to advanced MySQL concepts. Each day includes a folder with problem.sql and README.md.
acapro-agent-constitution/ β βββ README.md βββ 01_PLATFORM_CONSTITUTION.md βββ 02_ARCHITECTURE_OVERVIEW.md βββ 03_AGENT_SYSTEM.md βββ 04_SKILL_REGISTRY.md βββ 05_DECISION_ENGINE.md βββ...
AI Resume Forge is a resilient, enterprise-grade tool that optimizes resumes for Applicant Tracking Systems (ATS). Powered by Googleβs Gemini AI with "auto-switch" failover technology, it analyzes...
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
Ask Claude Code CLI questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns...
|
Perform code reviews using Claude Code CLI to identify bugs, security vulnerabilities, performance issues, and code quality problems. Use when the user asks to review code, check for issues,...
Apple firmware and binary reverse engineering with the ipsw CLI tool. Use when analyzing iOS/macOS binaries, disassembling functions in dyld_shared_cache, dumping Objective-C headers from private...
Ask OpenAI Codex questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are...
A test skill for validating the packager
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Execute development tasks using OpenAI Codex CLI for code generation, refactoring, feature implementation, and bug fixes. Use when the user asks to create code, add features, refactor, fix bugs,...
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Captures working state before it is lost. Use before context compaction, when switching between unrelated tasks, after completing a logical phase of multi-step work, or when work will resume in a...
Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.
Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.
Expert guidance on Swift Testing best practices, patterns, and implementation. Use when developers mention: (1) Swift Testing, @Test, #expect, #require, or @Suite, (2) "use Swift Testing" or...
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.