This skill should be used whenever the user is adding or consuming a tRPC API endpoint in the KubeRocketCI portal — phrasings like "add an API endpoint", "create a tRPC procedure or router", "protectedProcedure", "call a query or mutation", "implement a React Query hook", "data fetching with useQuery/useMutation", or integrating an external service such as SonarQube, DependencyTrack, Tekton Results, or Prometheus. The portal uses a vanilla tRPC client plus standard React Query (no @trpc/react-query). Use it even when the user just says "fetch X from the backend". For Kubernetes resource data prefer k8s-resources (watch hooks and CRUD go through the generic k8s router); for the form UI that submits a mutation prefer form-patterns; for high-level monorepo or architecture questions prefer portal-tech-stack.
$npx -y skills add kuberocketci/claude-plugins --skill api-integrationInstalls into the current project.
Run `npx skills use "https://github.com/kuberocketci/claude-plugins" --skill "kuberocketci/claude-plugins/api-integration"` 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.