5zjk55zjk5Community·1 Agent Skills Included

prompt-engineering

Prompt engineering, RAG, and LangGraph application code examples

Provides ready-to-run code examples for prompt engineering, RAG retrieval, and multi-step agent workflows built on LangChain and LangGraph. Covers deep search, question answering, CSV data analysis, FastAPI backend scaffolding, and static site deployment. Eliminates guesswork when building LLM applications by offering tested templates, coding rules, and reusable project structures.
npx skills add 5zjk5/prompt-engineering --all -g -y
Available:

Gives your AI agent strict coding rules for making minimal, safe code changes, handling production errors, writing Chinese comments, and structuring batch test scripts.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install prompt-engineering?

Run `npx skills add 5zjk5/prompt-engineering --all -g -y` in your terminal to install all skills in this repository globally.

What can I learn from this prompt engineering repository?

It contains practical code examples for prompt optimization, RAG retrieval, agent architectures, and LangChain/LangGraph workflows you can study and reuse in your own projects.

How to build a RAG question answering system?

The Rag+Agent folders include complete working examples that combine retrieval with agents, including text-to-SQL and document search, which you can run and adapt directly.

Does it include LangChain and LangGraph coding help?

Yes. A dedicated skill provides coding assistance with reference examples for agents, workflows, middleware, tools, and model calls across LangChain v1.0 and LangGraph.

Can I scaffold a FastAPI backend quickly?

Yes. The fastapi-backend-scaffold skill generates a complete layered backend with LLM client retry logic, session logging, and SQLite access in one command.

Related Repositories in Software Engineering

View All in Software Engineering