4475 results (72.4ms) page 39 / 224
henokkhm / hello-microverse exact

My first Microverse project: https://github.com/microverseinc/curriculum-transversal-skills/blob/main/documentation/hello_microverse_project.md

aktsmm / vscode-agent-skill-ninja exact

VS Code Extension for searching, installing and managing Agent Skills (SKILL.md) for GitHub Copilot, Claude Code and AI coding assistants

satendracoder / mysql-daily-practice-365 exact

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.

WembleyAISolutions / acapro-agent-constitution exact

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 β”œβ”€β”€...

Satu-69 / ai-resume-builder exact

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...

ipoprock / claude-code-showcase-systematic-debugging exact

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.

dceoy / ai-coding-agent-skills-claude-ask exact

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...

dceoy / ai-coding-agent-skills-claude-review exact

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,...

ipsw 0.00
RaiyanRamin1 / ipsw-skill-ipsw exact

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...

dceoy / ai-coding-agent-skills-codex-ask exact

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...

dceoy / speckit-agent-skills-speckit-tasks exact

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

dceoy / ai-coding-agent-skills-codex-exec exact

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,...

dceoy / speckit-agent-skills-speckit-analyze exact

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

oryanmoshe / agent-skills-preserving-context exact

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...

ipoprock / claude-code-showcase-formik-patterns exact

Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.

ipoprock / claude-code-showcase-core-components exact

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

bocato / swift-testing-agent-skill-swift-testing exact

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...

ipoprock / claude-code-showcase-react-ui-patterns exact

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.