FAQ
awesome-skills is a Claude Code plugin with 6 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-simplifier, eino, gorm. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: fanqingxuan/awesome-skills
Agent Skills for modern software development frameworks with best practices and coding standards.
npx skills add https://github.com/fanqingxuan/awesome-skills --skill xxx
将 xxx 替换为下面列表中的技能名称。
npx skills add https://github.com/fanqingxuan/awesome-skills
# 安装单个技能
/plugin marketplace add fanqingxuan/awesome-skills
/plugin install xxx@awesome-skills
# 安装全部技能
/plugin marketplace add fanqingxuan/awesome-skills
/plugin install awesome-skills
| 技能名称 | 描述 |
|---|---|
| hyperf | Hyperf 3.1 框架开发助手 |
| webman | Webman 框架开发助手 |
| laravel12 | Laravel 12 框架开发助手 |
| eino | Eino LLM/AI 应用开发框架助手(Golang) |
| gorm | GORM (Go ORM) 开发助手 |
| code-simplifier | 代码简化专家 - 提升代码清晰度、一致性和可维护性 |
| 技能名称 | 描述 | 安装方式 |
|---|---|---|
| agent-skills | addyosmani Agent Skills 集合 | npx skills add addyosmani/agent-skills |
| GoFrame | GoFrame 企业级 Go 开发框架 | npx skills add github.com/gogf/skills |
| Vercel Skills | Vercel Labs 官方技能集 | npx skills add vercel-labs/skills |
| Superpowers | Obra 超能力技能集 | npx skills add obra/superpowers |
| Frontend Design | Anthropic 官方前端设计技能 | npx skills add https://github.com/anthropics/skills --skill frontend-design |
| Skill Creator | Anthropic 官方技能创建工具 | npx skills add https://github.com/anthropics/skills --skill skill-creator |
| Karpathy Guidelines | Andrej Karpathy AI 行为指南 | npx skills add https://github.com/forrestchang/andrej-karpathy-skills --skill karpathy-guidelines |
| Planning with Files | OthmanAdi 文件规划技能 | npx skills add OthmanAdi/planning-with-files --skill planning-with-files -g |
| gsd | Get Shit Done 高效任务完成技能 | npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsd |
| git-commit | Git 提交信息生成技能 | npx skills add https://github.com/github/awesome-copilot --skill git-commit |
OpenSkills - 为不同的 AI 智能体安装 skill 的通用包管理工具。
支持为多种 AI 智能体(Claude、ChatGPT、Cursor 等)统一管理和安装技能包。
MIT License
.claude/
settings.local.json
install-php-webman.sh
LICENSE
README.md
skills/
code-simplifier/
SKILL.md
eino/
references/
docs_examples/
_typos.toml
.golangci.yaml
.licenserc.yaml
adk/
.example.env
common/
model/
chat_model.go
prints/
util.go
store/
store.go
tool/
approval_wrapper.go
follow_up_tool.go
graphtool/
examples/
1_chain_summarize/
main.go
README.md
2_graph_research/
main.go
README.md
3_workflow_order/
main.go
README.md
4_nested_interrupt/
main.go
README.md
graph_tool.go
README.md
review_edit_wrapper.go
trace/
coze_loop.go
helloworld/
helloworld.go
human-in-the-loop/
1_approval/
agent.go
main.go
README_ZH.md
README.md
2_review-and-edit/
agent.go
main.go
README_ZH.md
README.md
tool.go
3_feedback-loop/
main.go
README_ZH.md
README.md
reviewer_agent.go
writer_agent.go
4_follow-up/
follow_up_agent.go
main.go
README_ZH.md
README.md
trip_planner_agent.go
5_supervisor/
agent.go
main.go
README_ZH.md
README.md
6_plan-execute-replan/
agent.go
main.go
README_ZH.md
README.md
tools.go
7_deep-agents/
agent.go
main.go
README_ZH.md
README.md
tools.go
8_supervisor-plan-execute/
agent.go
main.go
README_ZH.md
README.md
tools.go
intro/
agent_with_summarization/
agent.go
summarization/
prompt.go
summary.go
tools.go
chatmodel/
chatmodel.go
subagents/
agent.go
ask_for_clarification.go
booksearch.go
custom/
myagent.go
http-sse-service/
go.mod
go.sum
main.go
README.md
README.md
session/
session_values.go
transfer/
subagents/
chatmodel.go
transfer.go
workflow/
loop/
loop_for_reflection.go
subagents/
chatmodel.go
parallel/
parallel.go
subagents/
chatmodel.go
sequential/
sequential.go
subagents/
chatmodel.go
multiagent/
deep/
agents/
code_agent.go
web_search.go
generic/
file_preview.go
full_plan.go
plan.go
submit_result.go
main.go
operator.go
params/
consts.go
params.go
playground/
input/
.gitkeep
test_data/
questions.csv
推荐小说.txt
模拟出题.csv
README.md
tools/
bash.go
edit.go
option.go
python_runner.go
read_image.go
read.go
submit_result.go
tree.go
wrap.go
utils/
model.go
utils.go
integration-excel-agent/
agents/
executor/
code_agent.go
executor.go
web_search.go
planner/
planner.go
replanner/
replanner.go
report/
report_agent.go
wrap_plan.go
generic/
file_preview.go
full_plan.go
plan.go
submit_result.go
main.go
operator.go
params/
consts.go
params.go
playground/
input/
.gitkeep
test_data/
questions.csv
推荐小说.txt
模拟出题.csv
README.md
tools/
bash.go
edit.go
option.go
python_runner.go
read_image.go
read.go
submit_result.go
tree.go
wrap.go
utils/
model.go
utils.go
integration-project-manager/
agent.go
agents/
coder.go
project_manager.go
researcher.go
reviewer.go
layered-supervisor/
agent.go
layered_supervisor.go
plan-execute-replan/
agent/
agent.go
plan-execute-replan.go
tools/
ask_for_clarification.go
travel_tools.go
supervisor/
agent.go
supervisor.go
README.md
CODE_OF_CONDUCT.md
components/
document/
parser/
customparser/
custom_parser.go
parse.go
extparser/
ext_parser.go
testdata/
test.html
textparser/
text_parser.go
lambda/
lambda.go
model/
abtest/
ab_router.go
example/
main.go
httptransport/
curlrt.go
example/
invoke/
main.go
stream/
main.go
prompt/
chat_prompt/
chat_prompt.go
retriever/
multiquery/
main.go
router/
main.go
tool/
jsonschema/
main.go
readme.md
mcptool/
callresulthandler/
main.go
middlewares/
errorremover/
errorremover.go
example/
main.go
jsonfix/
example/
main.go
json_fix_middleware_test.go
json_fix_middleware.go
compose/
batch/
batch/
node.go
options.go
store.go
types.go
main.go
README.md
chain/
main.go
graph/
async_node/
main.go
README.md
service.go
react_with_interrupt/
main.go
README.md
topology.png
simple/
graph.go
type_match_test.go
state/
state_graph.go
tool_call_agent/
tool_call_agent.go
tool_call_once/
tool_call_once.go
two_model_chat/
two_model_chat.go
workflow/
1_simple/
main.go
2_field_mapping/
main.go
3_data_only/
main.go
4_control_only_branch/
main.go
5_static_values/
main.go
6_stream_field_map/
main.go
CONTRIBUTING.md
COOKBOOK.md
devops/
debug/
chain/
chain.go
graph/
graph.go
state_graph.go
main.go
visualize/
mermaid.go
flow/
agent/
deer-go/
.gitignore
.hz
biz/
consts/
consts.go
eino/
builder.go
coder.go
coordinator.go
human_feedback.go
investigator.go
planner.go
reporter.go
research_team.go
researcher.go
handler/
deer.go
infra/
llms.go
logger.go
mcp.go
template.go
tracing.go
mcps/
python/
.python-version
pyproject.toml
server.py
uv.lock
model/
planner.go
server_model.go
state_test.go
state.go
prompts/
coder.md
coordinator.md
planner.md
podcast_script_writer.md
ppt_composer.md
reporter.md
researcher.md
util/
util.go
conf/
config.go
deer-go.yaml.1
go.mod
go.sum
main.go
README.md
router_gen.go
router.go
run.sh
... 694 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic