gitagent/skills/analyze-codebase/SKILL.md
Produces a complete structural analysis of the IntelliStack codebase — modules, API surface, database schema, auth flows, and RAG pipeline — as a human-readable export map that any developer can use as a migration blueprint regardless of their target framework.
npx skillsauth add SARAMALI15792/AINativeBook analyze-codebaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a complete picture of IntelliStack so a developer can understand what they are migrating before writing a single line of code.
When invoked, produce a structured report with the following sections:
List every module under intellistack/backend/src/core/ with:
For every router file, list:
For every SQLAlchemy model, list:
Describe:
Describe:
List every os.getenv / settings.* reference with:
Rate each layer (1–5) on migration complexity:
Markdown with clear H2/H3 headings. Include source file references
(e.g., intellistack/backend/src/core/auth/routes.py:12) for every claim.
development
Re-implements the IntelliStack RAG pipeline (Qdrant + Cohere + OpenAI SSE) in any target language or framework, preserving hybrid retrieval, reranking, citation architecture, and stage-based access control.
tools
Generates typed API clients and frontend integration code for any framework consuming the IntelliStack REST API, including auth flows, learning path UI, chatbot UI, and admin dashboards.
tools
Converts IntelliStack's SQLAlchemy 2.0 models and Alembic migrations to any target ORM or database toolkit, preserving the full schema, indexes, relationships, and cascade rules.
development
Migrates IntelliStack FastAPI routers, services, and Pydantic schemas to any target backend framework while preserving every business rule, auth guard, and error contract.