A trilingual (繁中 / English / 简中) learning roadmap for agentic AI: from LLM basics to multi-agent systems, with 240+ curated resources and hands-on examples. 中文 AI agent 學習地圖。
Prompt Master
Prompt Master is an open-source workflow skill for Claude Code and compatible agents, published by nidhinjs. Its author describes it as: “A Claude skill that writes the accurate prompts for any AI tool. Zero tokens or credits wasted. Full context and memory retention”. The project has 11k stars on GitHub and is available under the MIT License license. Add it to your setup with `git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master`.
Installation
Add Prompt Master to your agent with:
git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Prompt Master when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT License license — safe to read and adapt
- Established project with 10,810 GitHub stars
- Actively maintained (recent commits)
Topics
Related skills
More Workflow →A practical Claude Code guide with clear mental models and copy-paste examples — setup, prompt engineering, slash commands, skills, hooks, subagents, agent teams, and MCP servers. Beginner path to power-user depth. Featured in Awesome Claude Code.
🎯 The definitive collection of 50+ verified Awesome Claude Skills for Claude Code, Claude.ai, and API. Boost productivity with TDD, debugging, git workflows, document processing, and more. Community-driven, actively maintained.
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.