By thienanblog
Provides skills for setting up Docker-based local development environments and deploying to production, including generating Docker Compose configurations, managing Laravel-specific workflows, creating design systems, and maintaining project documentation.
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, and preserves customizations when updating.
Generate a project-specific DESIGN_SYSTEM.md that enforces consistent UI/UX across SPAs, traditional server-rendered sites, and hybrid systems. Includes tokens, component rules, accessibility gates, and production asset/manifest guidance.
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.
Guidelines and workflow for working on Laravel 11 or Laravel 12 applications across common stacks (API-only or full-stack), including optional Docker Compose/Sail, Inertia + React, Livewire, Vue, Blade, Tailwind v4, Fortify, Wayfinder, PHPUnit, Pint, and Laravel Boost MCP tools. Use when implementing features, fixing bugs, or making UI/backend changes while following project-specific instructions (AGENTS.md, docs/).
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 claimBased 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.
npx claudepluginhub thienanblog/awesome-ai-agent-skills --plugin office-web-ui-skillsComplete developer toolkit for Claude Code
Auto-discovery plugin for Claude Code skills - automatically recommends and installs relevant capabilities without users needing to know about skills
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.