hongmaple0820/agent-academy

Agent Academy is an open-source AI Agent training knowledge base dedicated to providing AI assistants such as OpenClaw, Claude, and ChatGPT with structured skill systems and knowledge resources. Just as humans need to learn various skills at school, AI Agents also need an “academy” to acquire knowledge and improve their capabilities. Agent Academy is such a knowledge hub, covering 12 fields including software development, product design, data analysis, and AI/ML.

This repository also configures its own agents. See what agent-academy tells them →

11Stars on the repository
150Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

d3-viz

25

hongmaple0820/agent-academy

Skill Claude CodeCodex

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke…

not rated 11 +1 5mo ago A 87 tokens

deep-research

26

hongmaple0820/agent-academy

Skill Claude CodeCodex

Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.

not rated 11 +1 5mo ago A 55 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

Implements search and filter interfaces for both frontend (React/TypeScript) and backend (Python) with debouncing, query management, and database integration. Use when adding search functionality, building filter UIs, implementing faceted search, or optimizing search performance.

not rated 11 +1 5mo ago A 57 tokens

matplotlib

28

hongmaple0820/agent-academy

Skill Claude CodeCodex

Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for…

not rated 11 +1 5mo ago A 77 tokens

postgres

29

hongmaple0820/agent-academy

Skill Claude CodeCodex

Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection.…

not rated 11 +1 5mo ago B 79 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use…

not rated 11 +1 5mo ago A 58 tokens

visualizing-data

31

hongmaple0820/agent-academy

Skill Claude CodeCodex

Builds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions…

not rated 11 +1 5mo ago A 109 tokens

building-forms

32

hongmaple0820/agent-academy

Skill Claude CodeCodex

Builds form components and data collection interfaces including contact forms, registration flows, checkout processes, surveys, and settings pages. Includes 50+ input types, validation strategies, accessibility patterns (WCAG 2.1), multi-step wizards, and UX best practices. Provides decision trees from data type to…

not rated 11 +1 5mo ago A 102 tokens

building-tables

33

hongmaple0820/agent-academy

Skill Claude CodeCodex

Builds tables and data grids for displaying tabular information, from simple HTML tables to complex enterprise data grids. Use when creating tables, implementing sorting/filtering/pagination, handling large datasets (10-1M+ rows), building spreadsheet-like interfaces, or designing data-heavy components. Provides…

not rated 11 +1 5mo ago A 87 tokens

canvas

34

hongmaple0820/agent-academy

Skill Claude CodeCodex

Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android).

not rated 11 +1 5mo ago A 0 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

not rated 11 +1 5mo ago A 58 tokens

creating-dashboards

36

hongmaple0820/agent-academy

Skill Claude CodeCodex

Creates comprehensive dashboard and analytics interfaces that combine data visualization, KPI cards, real-time updates, and interactive layouts. Use this skill when building business intelligence dashboards, monitoring systems, executive reports, or any interface that requires multiple coordinated data displays with…

not rated 11 +1 5mo ago A 62 tokens

designing-apis

37

hongmaple0820/agent-academy

Skill Claude CodeCodex

Design APIs that are secure, scalable, and maintainable using RESTful, GraphQL, and event-driven patterns. Use when designing new APIs, evolving existing APIs, or establishing API standards for teams.

not rated 11 +1 5mo ago A 45 tokens

designing-layouts

38

hongmaple0820/agent-academy

Skill Claude CodeCodex

Designs layout systems and responsive interfaces including grid systems, flexbox patterns, sidebar layouts, and responsive breakpoints. Use when structuring app layouts, building responsive designs, or creating complex page structures.

not rated 11 +1 5mo ago A 45 tokens

frontend-design

39

hongmaple0820/agent-academy

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

not rated 11 +1 5mo ago A 77 tokens

pg-aiguide

40

hongmaple0820/agent-academy

Skill Claude CodeCodex

Skill "pg-aiguide" from hongmaple0820/agent-academy, covering tiger docs mcp server - development guidelines, build, test & run commands and code style guidelines.

not rated 11 +1 5mo ago A 0 tokens

ppt-style-guide

41

hongmaple0820/agent-academy

Skill Claude CodeCodex

A guide to visual choices for PowerPoint presentations, including colour schemes, theme colours, backgrounds and fonts.

not rated 11 +1 5mo ago A 33 tokens

ux-ui-design-system

42

hongmaple0820/agent-academy

Skill Claude CodeCodex

Use this skill when the user mentions ANY of: "design", "redesign", "UI", "UX", "styling", "component", "accessibility", "a11y", "WCAG", "contrast", "spacing", "typography", "color", "layout", "responsive", "touch target", "focus", "keyboard", "screen reader", "design system", "shadcn", "refactor UI", "audit", "review…

not rated 11 +1 5mo ago A 342 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

not rated 11 +1 5mo ago A 44 tokens

coding-agent

44

hongmaple0820/agent-academy

Skill Claude CodeCodex

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code…

not rated 11 +1 5mo ago B 139 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

Deployment patterns from Kubernetes to serverless and edge functions. Use when deploying applications, setting up CI/CD, or managing infrastructure. Covers Kubernetes (Helm, ArgoCD), serverless (Vercel, Lambda), edge (Cloudflare Workers, Deno), IaC (Pulumi, OpenTofu, SST), and GitOps patterns.

not rated 11 +1 5mo ago A 75 tokens

hongmaple0820/agent-academy

Skill Claude CodeCodex

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

not rated 11 +1 5mo ago A 44 tokens

gh-issues

47

hongmaple0820/agent-academy

Skill Claude Code

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

not rated 11 +1 5mo ago A 116 tokens

git-commit

48

hongmaple0820/agent-academy

Skill Claude CodeCodex

Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md.

not rated 11 +1 5mo ago B 63 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: