claude-code-arcane 1.1.1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +2 -0
  3. package/agents/engineering/dotnet-engineer.md +78 -0
  4. package/dist/cli.js +284 -72
  5. package/docs/RELEASE-SETUP.md +99 -0
  6. package/docs/SKILLS-CATALOG.md +26 -3
  7. package/docs/presentations/arcane-overview-12.pptx +0 -0
  8. package/docs/presentations/arcane-overview.pptx +0 -0
  9. package/docs/presentations/build_arcane_deck.py +310 -0
  10. package/docs/presentations/build_arcane_deck_12.py +399 -0
  11. package/package.json +1 -1
  12. package/profiles/backend-dotnet.yaml +54 -0
  13. package/profiles/job-hunt.yaml +35 -0
  14. package/profiles/unity-design.yaml +1 -0
  15. package/profiles/unity-dev.yaml +1 -0
  16. package/rules/dotnet-code.md +64 -0
  17. package/skills/cold-outreach/SKILL.md +65 -0
  18. package/skills/cold-outreach/references/recruiter-playbook.md +65 -0
  19. package/skills/cover-letter/SKILL.md +66 -0
  20. package/skills/cv-ats-export/SKILL.md +64 -0
  21. package/skills/cv-ats-export/scripts/cv_export.py +306 -0
  22. package/skills/cv-tailor/SKILL.md +70 -0
  23. package/skills/cv-tailor/references/ats-keywords.md +46 -0
  24. package/skills/dotnet-architecture/SKILL.md +66 -0
  25. package/skills/dotnet-architecture/references/anti-patterns.md +12 -0
  26. package/skills/dotnet-architecture/references/checklist.md +19 -0
  27. package/skills/dotnet-architecture/references/patterns.md +118 -0
  28. package/skills/dotnet-architecture/references/project-structure.md +78 -0
  29. package/skills/dotnet-best-practices/SKILL.md +76 -0
  30. package/skills/dotnet-best-practices/references/api-design.md +75 -0
  31. package/skills/dotnet-best-practices/references/architecture.md +62 -0
  32. package/skills/dotnet-best-practices/references/async.md +62 -0
  33. package/skills/dotnet-best-practices/references/database.md +69 -0
  34. package/skills/dotnet-best-practices/references/dependency-injection.md +73 -0
  35. package/skills/dotnet-best-practices/references/devops.md +76 -0
  36. package/skills/dotnet-best-practices/references/error-handling.md +72 -0
  37. package/skills/dotnet-best-practices/references/performance.md +63 -0
  38. package/skills/dotnet-best-practices/references/security.md +73 -0
  39. package/skills/dotnet-best-practices/references/testing.md +76 -0
  40. package/skills/dotnet-scaffold/SKILL.md +99 -0
  41. package/skills/install-mcp/SKILL.md +107 -0
  42. package/skills/install-mcp/references/manual-setup.md +92 -0
  43. package/skills/interview-prep/SKILL.md +69 -0
  44. package/skills/interview-prep/references/star-framework.md +42 -0
  45. package/skills/job-hunt/SKILL.md +92 -0
  46. package/skills/job-hunt/references/templates/Aplicacion.md +48 -0
  47. package/skills/job-hunt/references/templates/CV Custom.md +53 -0
  48. package/skills/job-hunt/references/templates/Contacto.md +30 -0
  49. package/skills/job-hunt/references/templates/Dashboard.md +45 -0
  50. package/skills/job-hunt/references/templates/Empresa.md +36 -0
  51. package/skills/job-hunt/references/templates/Entrevista.md +44 -0
  52. package/skills/job-hunt/references/templates/Perfil.md +38 -0
  53. package/skills/job-search/SKILL.md +83 -0
  54. package/skills/job-search/references/scoring-rubric.md +43 -0
  55. package/skills/linkedin-optimize/SKILL.md +79 -0
  56. package/skills/master-profile/SKILL.md +69 -0
  57. package/skills/network-map/SKILL.md +61 -0
  58. package/skills/network-map/scripts/network_map.py +109 -0
  59. package/skills/personal-brand/SKILL.md +54 -0
  60. package/skills/personal-brand/references/post-pillars.md +66 -0
  61. package/skills/portfolio-site/SKILL.md +59 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [1.3.0](https://github.com/SebastianLuser/claude-code-arcane/compare/v1.2.0...v1.3.0) (2026-06-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * **skills:** add .NET/C# backend skill set ([3775260](https://github.com/SebastianLuser/claude-code-arcane/commit/377526032a05c2a97790a3a4396cbeada6071c1e))
7
+ * **skills:** add install-mcp skill for Unity MCP setup ([5290038](https://github.com/SebastianLuser/claude-code-arcane/commit/52900386844a18d91a3c4f9135e27c2be0be396f))
8
+ * **skills:** add job-hunt skillset (12 skills + profile) ([d5329e2](https://github.com/SebastianLuser/claude-code-arcane/commit/d5329e211a273719ded43639aa582b98c5dfc7ac))
9
+
10
+ # [1.2.0](https://github.com/SebastianLuser/claude-code-arcane/compare/v1.1.1...v1.2.0) (2026-06-19)
11
+
12
+
13
+ ### Features
14
+
15
+ * **update:** make 'arcane update' a machine-wide general update ([0ec4bdb](https://github.com/SebastianLuser/claude-code-arcane/commit/0ec4bdb3c0582ba2b60a384d05d27153ce7930a7))
16
+
1
17
  ## [1.1.1](https://github.com/SebastianLuser/claude-code-arcane/compare/v1.1.0...v1.1.1) (2026-06-16)
2
18
 
3
19
 
package/README.md CHANGED
@@ -165,6 +165,7 @@ Once installed, manage the installation from within a Claude Code session:
165
165
  | `unity-design` | Game designer — GDDs, balance, art bible, playtesting | 17 | game |
166
166
  | `backend-ts` | Backend TypeScript — Fastify, Prisma, Zod, API design | 33 | engineering |
167
167
  | `backend-go` | Backend Go — Clean Arch, DB, auth, API, CI | 19 | engineering |
168
+ | `backend-dotnet` | Backend .NET — ASP.NET Core, Vertical Slice/Clean, EF Core, JWT | 25 | engineering |
168
169
  | `frontend` | React + Vite + TypeScript | 14 | engineering |
169
170
  | `mobile` | React Native + Expo + TypeScript | 12 | engineering |
170
171
  | `flutter` | Flutter + Dart cross-platform | 8 | engineering |
@@ -191,6 +192,7 @@ Once installed, manage the installation from within a Claude Code session:
191
192
  | `+finance` | Investment analysis, financial modeling, SaaS metrics | 3 | business |
192
193
  | `+marketing` | Content, growth, SEO/CRO, strategy, analytics | 44 | marketing |
193
194
  | `+regulatory` | ISO 13485, GDPR, FDA, SOC 2, ISMS, QMS, MDR | 13 | regulatory |
195
+ | `+job-hunt` | Job search end-to-end — master profile, ATS CV, LinkedIn, portfolio, cover letters, outreach, interview prep | 12 | — |
194
196
  | `+self-improving` | Agent self-improvement and skill extraction | 2 | — |
195
197
  | `+statusline` | Claude Code status bar (branch, division, session info) | 0 | — |
196
198
 
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: dotnet-engineer
3
+ description: "Specialist en ASP.NET Core (.NET 10) production-ready: Vertical Slice / Clean Architecture, Minimal APIs, EF Core + PostgreSQL, JWT + Identity, async correcto, testing con Testcontainers. Implementa APIs backend guiadas por backend-architect."
4
+ tools: Read, Glob, Grep, Write, Edit, Bash
5
+ model: sonnet
6
+ maxTurns: 15
7
+ memory: project
8
+ skills: [dotnet-scaffold, dotnet-best-practices, dotnet-architecture]
9
+ ---
10
+
11
+ Sos el **.NET Engineer**. Implementás APIs backend en ASP.NET Core (.NET 10) con C# 14, nullable habilitado y async end-to-end, siguiendo decisions del `backend-architect` y `database-architect`.
12
+
13
+ ## Expertise Areas
14
+
15
+ - **Arquitectura** — Vertical Slice (features) o Clean Architecture (capas con deps hacia adentro); elegir según complejidad del dominio
16
+ - **DI** — constructor injection (primary constructors), lifetimes correctos, `IOptions<T>` para config
17
+ - **HTTP** — Minimal APIs con `TypedResults`, DTOs (records), FluentValidation, `ProblemDetails` (RFC 7807)
18
+ - **Async** — async all the way, `CancellationToken` propagado end-to-end, sin sync-over-async
19
+ - **Data** — EF Core (default) / Dapper, `DbContext` como Unit of Work (sin repos genéricos), sin N+1, migraciones versionadas
20
+ - **Auth** — JWT + refresh, ASP.NET Identity, authorization por policies declarativas
21
+ - **Testing** — xUnit + `WebApplicationFactory` + Testcontainers (Postgres real), FluentAssertions
22
+ - **Ops** — Serilog (JSON), health checks, OpenTelemetry, Docker multi-stage, graceful shutdown
23
+
24
+ ## Idioms y Anti-Patterns
25
+
26
+ ### Idiomatic .NET
27
+ - Organizar por feature/slice; endpoints finos que delegan al handler
28
+ - Constructor injection siempre; `Scoped` para `DbContext`/handlers
29
+ - Async con `CancellationToken`; nunca `.Result`/`.Wait()`
30
+ - `ProblemDetails` consistente; Result pattern para fallos esperados
31
+ - DTOs en el borde; nunca exponer entidades EF
32
+
33
+ ### Anti-Patterns
34
+ - `IRepository<T>` / `IUnitOfWork` genérico sobre EF Core
35
+ - Lógica de negocio en controllers/endpoints
36
+ - `.Result` / `.Wait()` (sync-over-async) → deadlocks
37
+ - `EnsureCreated()` en producción en vez de migraciones
38
+ - Service locator / `BuildServiceProvider()` en runtime
39
+ - N+1 por falta de `Include`/proyección
40
+ - `Domain` dependiendo de `Infrastructure` / EF Core
41
+
42
+ ## Stack Defaults
43
+
44
+ | Componente | Default |
45
+ |------------|---------|
46
+ | Runtime | .NET 10 LTS (C# 14) |
47
+ | Framework | ASP.NET Core — Minimal APIs |
48
+ | Arquitectura | Vertical Slice (Clean opcional) |
49
+ | ORM | EF Core 10 |
50
+ | DB | PostgreSQL (Npgsql) |
51
+ | Auth | JWT + ASP.NET Identity |
52
+ | Validación | FluentValidation → ProblemDetails |
53
+ | Testing | xUnit + Testcontainers |
54
+ | Deploy | Docker |
55
+
56
+ ## Code Review Bar
57
+
58
+ **Veto:**
59
+ - Dependencias hacia afuera (Domain → Infrastructure/EF Core)
60
+ - Constructor injection ausente / service locator en runtime
61
+ - Sync-over-async (`.Result`/`.Wait()`)
62
+ - `CancellationToken` no propagado en operaciones I/O
63
+ - Endpoints sin validación / sin `ProblemDetails`
64
+ - Auth/authz manual en vez de policies
65
+ - `EnsureCreated()` contra prod / secrets en `appsettings.json`
66
+ - N+1 queries evitables; entidades EF expuestas como respuesta
67
+
68
+ **Comment-only:**
69
+ - Repo genérico innecesario sobre EF Core
70
+ - Handler con múltiples responsabilidades
71
+ - Logging no estructurado
72
+ - Falta de `AsNoTracking()` en lecturas
73
+
74
+ ## Delegation Map
75
+
76
+ **Report to:** `backend-architect`, `database-architect`, `lead-programmer`.
77
+ **Coordina con:** `e2e-tester` (cobertura e2e), `sql-specialist` (optimización de queries).
78
+ **No delegate down.** Tier 3 specialist.