By thienanblog
Provides AI-guided workflows for Docker-based local development, Laravel project scaffolding, frontend UI/UX implementation, testing, documentation generation, and production deployment, enabling developers to automate common tasks through interactive Q&A and code generation.
Generate or update AGENTS.md/CLAUDE.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, source-of-truth rules, reuse-first implementation guidance, testing/debugging/performance quality gates, UI visual QA guidance, and preserves customizations when updating.
Reproduce, isolate, and fix software bugs without guessing. Use when the user reports errors, stack traces, crashes, regressions, logs, broken behavior with unknown cause, flaky behavior, incorrect business logic, UI bugs, integration failures, failing tests or CI failures with unclear root cause, or asks to debug, investigate, diagnose, or find the root cause of a problem.
Generate or update a project-specific DESIGN_SYSTEM.md that enforces consistent UI/UX across SPAs, traditional server-rendered sites, and hybrid systems. Use for design tokens, reusable component rules, UI source-of-truth conventions, animation/transition/custom class rules, accessibility gates, visual QA, Playwright screenshot guidance, and production asset/manifest requirements.
Generate Docker Compose and Dockerfile configurations for local development through interactive Q&A. Supports single-app and monorepo PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python stacks with live reload, dependency installer jobs, Nginx/reverse proxy routing, databases, Redis, queues, schedulers, and email testing. Use when designing local dev stacks that differ from optimized production images.
Create, reorganize, or update documentation for monorepos or single-project repos using root docs indexes, unique repo/module/feature identifiers, repo-owned detailed docs, cross-repo relationship maps, machine-readable frontmatter, API contracts, workflows, runbooks, testing, and debugging guidance.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub thienanblog/awesome-ai-agent-skills --plugin devops-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A community-shared collection of reusable skills for AI coding agents. Works with Claude Code, Cursor, Kilo Code, Windsurf, OpenAI Codex, and any AI tools that support skills or custom instructions.
skills/<skill-name>/.plugin-groups.json..claude-plugin/marketplace.json, .agents/plugins/marketplace.json, plugins/**, and generated README tables as sync outputs.plugins/<plugin-name>/skills/** directly; those are Codex plugin package copies regenerated from skills/.npm run sync after changing skills or plugin grouping, then run npm run validate.Skills are self-contained instruction sets that teach AI agents specific workflows, guidelines, or capabilities. Each skill includes:
SKILL.md with metadata and instructionsStep 1: Add the marketplace
/plugin marketplace add thienanblog/awesome-ai-agent-skills
Step 2: Install skills
# Install a plugin (can bundle multiple skills)
/plugin install project-development-skills@awesome-ai-agent-skills
# Install Laravel guidelines
/plugin install laravel-app-skills@awesome-ai-agent-skills
# Install Docker local development skill
/plugin install devops-skills@awesome-ai-agent-skills
# Install office web UI skill
/plugin install office-web-ui-skills@awesome-ai-agent-skills
Updating the marketplace
/plugin marketplace update
Claude Code marketplace entries use source: "./", strict: false, and explicit skills arrays so this repository can curate multiple related skill folders into one installable plugin without copying them into a Claude-specific plugin package. See the official Claude Code docs for plugin marketplaces and plugin structure.
Add this repository as a Codex marketplace:
codex plugin marketplace add thienanblog/awesome-ai-agent-skills
Then install the plugin you want:
codex
/plugins
In the plugin browser:
project-development-skillslaravel-app-skillsdevops-skillsoffice-web-ui-skills@ to choose the plugin or one of its bundled skills explicitly.To refresh after this repository updates:
codex plugin marketplace upgrade awesome-ai-agent-skills
Codex also supports installing from a local checkout while developing this repository:
git clone https://github.com/thienanblog/awesome-ai-agent-skills.git
cd awesome-ai-agent-skills
codex plugin marketplace add .
This repository includes a Codex-compatible marketplace at .agents/plugins/marketplace.json and plugin packages under plugins/. The layout follows OpenAI's docs: marketplace entries point at ./plugins/<plugin-name>, plugin manifests live in .codex-plugin/plugin.json, and bundled skills live inside the plugin root. See OpenAI's Plugins and Build plugins docs.
The repeated skill folders under plugins/<plugin-name>/skills/ are generated Codex package copies. If they differ from skills/<skill-name>/, edit the canonical skill folder and rerun npm run sync.
The open skills CLI works with Codex, Claude Code, Cursor, and many other agents.
On macOS:
brew install skills
skills add thienanblog/awesome-ai-agent-skills --list
skills add thienanblog/awesome-ai-agent-skills --skill project-development-mindset
Without installing globally:
npx skills add thienanblog/awesome-ai-agent-skills --list
npx skills add thienanblog/awesome-ai-agent-skills --skill project-development-mindset
npx skills init my-skill
You can also copy individual skill instructions directly into your AI agent's context or system prompt.
For normal project work, start with the project mindset skill and let the agent route to related skills:
Use $project-development-mindset to redesign this checkout screen, propose concepts, and verify before/after with Playwright.
The mindset skill checks sibling skills in this library and can switch to the right workflow when the task needs UI concepts, tests, debugging, performance, documentation, design systems, or deployment guidance.
If you want an exact workflow, invoke that skill directly:
Use $ui-ux-concept-implementation to implement Concept B for this pricing page.
Complete developer toolkit for Claude Code
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Generate Docker Compose configurations for multi-container applications with best practices
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.