The Ultimate guide to PostgreSQL Optimization for AI Code Generation in 2026
ServiceGraph
ServiceGraph is an open-source backend skill for Claude Code, published by nostrband. Its author describes it as: “AI Agent skills to access structured datasets for startup founders”. The project has 68 stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add nostrband/ServiceGraph`.
Installation
Add ServiceGraph to your agent with:
/plugin marketplace add nostrband/ServiceGraph 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 ServiceGraph when you want backend help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ServiceGraph do?
- AI Agent skills to access structured datasets for startup founders
- How do I install ServiceGraph?
- Run /plugin marketplace add nostrband/ServiceGraph in your agent, then reload your skills. Review the source at https://github.com/nostrband/ServiceGraph before installing.
- Is ServiceGraph free to use?
- Yes. ServiceGraph is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does ServiceGraph work with?
- ServiceGraph declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Backend →MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.