This skill should be used whenever the user needs to understand how the KubeRocketCI portal is built or where something belongs — phrasings like "what's the tech stack", "what framework or library does it use", "how is the monorepo organized", "project architecture", "how do the client/server/shared/trpc packages connect", "build order", "import aliases / what does @/ map to", "where should this code live", "how does authentication and the session flow work", or any question about technology choices, package roles, or architectural decisions. It covers the whole monorepo, not just the frontend. Use it for orientation and "where/how is it structured" questions; for actually implementing a feature, prefer the specific skill (api-integration, component-development, form-patterns, table-patterns, filter-patterns, routing-permissions, k8s-resources, testing-standards, tour-patterns).
$npx -y skills add kuberocketci/claude-plugins --skill portal-tech-stackInstalls into the current project.
Run `npx skills use "https://github.com/kuberocketci/claude-plugins" --skill "kuberocketci/claude-plugins/portal-tech-stack"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kuberocketci/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kuberocketci/claude-plugins"` and select the relevant skills, then follow their instructions.