{"id":50757546,"url":"https://github.com/xirothedev/skills","last_synced_at":"2026-06-11T06:32:06.183Z","repository":{"id":358876122,"uuid":"1243465125","full_name":"xirothedev/skills","owner":"xirothedev","description":"NestJS API best-practice skill and adapter pack for coding agents.","archived":false,"fork":false,"pushed_at":"2026-05-19T11:30:27.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T14:29:37.352Z","etag":null,"topics":["agent-skills","api","backend","claude-code","codex","coding-agents","nestjs","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/xirothedev/skills/tree/main/skills/nestjs-best-practices","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xirothedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T11:16:19.000Z","updated_at":"2026-05-19T11:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xirothedev/skills","commit_stats":null,"previous_names":["xirothedev/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/xirothedev/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xirothedev","download_url":"https://codeload.github.com/xirothedev/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xirothedev%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","api","backend","claude-code","codex","coding-agents","nestjs","typescript"],"created_at":"2026-06-11T06:32:04.961Z","updated_at":"2026-06-11T06:32:06.177Z","avatar_url":"https://github.com/xirothedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Skills\n\nStandalone multi-skill repository for coding agent best practices. Follows the [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) architecture pattern and ships marketplace-ready skill packs for Codex and Claude Code.\n\n## Available Skills\n\n| Skill | Area | Use When |\n| --- | --- | --- |\n| `nestjs-best-practices` | NestJS API | Writing, reviewing, refactoring, debugging, or testing NestJS APIs. |\n| `nestjs-production-api-contracts` | NestJS contracts | Hardening OpenAPI/Swagger, DTO validation, versioning, public error envelopes, uploads, guards, and policy boundaries. |\n| `nestjs-workers-transports-ops` | NestJS ops | Designing queues, workers, schedulers, transports, retries, idempotency, and operational failure handling. |\n| `nextjs-best-practices` | Next.js app | Building or reviewing App Router, Server Components, caching, API routes, bundle, and security behavior. |\n| `nextjs-cache-components-runtime` | Next.js runtime | Working with Next.js 16 Cache Components, `use cache`, streaming, runtime choices, and metadata/data boundaries. |\n| `nextjs-nestjs-integration` | Full-stack integration | Connecting a Next.js frontend or BFF to a NestJS API through clear ownership, OpenAPI clients, sessions, and server-side fetching. |\n| `nextjs-production-platform` | Next.js platform | Shipping production Next.js apps with standalone output, Docker, self-hosting, deployment adapters, env handling, and observability. |\n| `nextjs-secure-bff` | Next.js security | Securing Route Handlers, Proxy, Server Actions, webhooks, callbacks, cookies, authorization, and server-only data access. |\n\n## Marketplace Install\n\nAdd this repository as a marketplace source, then install the skill pack from that source.\n\n```bash\n# Codex\ncodex plugin marketplace add xirothedev/skills\n\n# Claude Code CLI\nclaude plugin marketplace add xirothedev/skills --scope user\n\n# Claude Code interactive session\n/plugin marketplace add xirothedev/skills\n\n# Skills CLI\nnpx skills add xirothedev/skills\n```\n\nInstall one skill, or target specific agents:\n\n```bash\nnpx skills add xirothedev/skills --skill nextjs-best-practices\nnpx skills add xirothedev/skills --skill nextjs-best-practices -a codex -a claude-code\nnpx skills add xirothedev/skills --list\n```\n\n## Structure\n\n```\nskills/{name}/          # Each skill directory\n  SKILL.md              # Agent instructions with frontmatter\n  AGENTS.md             # Generated navigation (do not edit)\n  metadata.json         # Skill metadata (version, framework, references)\n  references/           # Rule files (one per pattern)\n  dataset/              # Incorrect/correct code examples\n  sources/              # Source metadata for research\n  test-cases.json       # Generated LLM evaluation cases\npackages/skill-build/   # Shared build tooling\nsrc/                    # CLI, validation, sync, installers\ndist/adapters/          # Generated adapter artifacts (12 agents)\n.claude/skills/         # Claude Code marketplace registry\n.codex-plugin/          # Codex marketplace plugin metadata\n```\n\n## Commands\n\n```bash\nbun run build                    # Build all skills\nbun run build -- --skill nextjs-best-practices\nbun run validate                 # Validate all skills\nbun run validate -- --skill nestjs-best-practices\nbun run sync                     # Regenerate and validate artifacts\nbun run sync -- --check          # Fail if artifacts are stale\nbun run check                    # Validate, build, and fail if sync output is stale\nbun run list                     # List available skills\nbun run install -- --agent all --target /path\nbun run install -- --agent claude-code --target /path --skill nextjs-best-practices\n```\n\n## Installation\n\nInstall from a local checkout into any project for a specific coding agent:\n\n```bash\nbun run install -- --agent codex --target /path/to/project\nbun run install -- --agent claude --target /path/to/project\nbun run install -- --agent cursor --target /path/to/project\nbun run install -- --agent all --target /path/to/project --force\n```\n\nSupported agents: `codex`, `claude`, `claude-code`, `cursor`, `windsurf`, `gemini`, `copilot`, `cline`, `roo`, `continue`, `aider`, `opencode`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxirothedev%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxirothedev%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxirothedev%2Fskills/lists"}