clearctx 3.0.0 → 3.1.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.
@@ -0,0 +1,53 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "skills": [
4
+ {
5
+ "id": "postgresql",
6
+ "description": "Production-grade PostgreSQL schema design, query optimization, migrations, and operational patterns",
7
+ "domain": "database",
8
+ "keywords": ["postgresql", "postgres", "sql", "schema", "migrations", "indexes", "queries", "transactions", "pgbouncer"]
9
+ },
10
+ {
11
+ "id": "nodejs-backend",
12
+ "description": "Production-grade Node.js/Express.js backend patterns for APIs, middleware, error handling, and operational excellence",
13
+ "domain": "backend",
14
+ "keywords": ["nodejs", "express", "backend", "api", "middleware", "error-handling", "logging", "validation"]
15
+ },
16
+ {
17
+ "id": "react-frontend",
18
+ "description": "Production-grade React component architecture, state management, hooks, performance, and accessibility patterns",
19
+ "domain": "frontend",
20
+ "keywords": ["react", "frontend", "components", "hooks", "state-management", "accessibility", "performance", "routing"]
21
+ },
22
+ {
23
+ "id": "testing-qa",
24
+ "description": "Production-grade testing strategy, unit/integration/e2e patterns, mocking, test data, and CI integration",
25
+ "domain": "testing",
26
+ "keywords": ["testing", "unit-tests", "integration-tests", "e2e", "mocking", "fixtures", "coverage", "ci", "jest", "vitest"]
27
+ },
28
+ {
29
+ "id": "api-design",
30
+ "description": "Production-grade RESTful API design covering resources, status codes, pagination, auth, versioning, and error handling",
31
+ "domain": "api",
32
+ "keywords": ["api", "rest", "restful", "http", "endpoints", "status-codes", "pagination", "authentication", "openapi"]
33
+ },
34
+ {
35
+ "id": "devops",
36
+ "description": "Production-grade DevOps patterns for Docker, CI/CD, deployment strategies, Nginx, health checks, and infrastructure automation",
37
+ "domain": "devops",
38
+ "keywords": ["devops", "docker", "ci-cd", "deployment", "nginx", "github-actions", "health-checks", "monitoring"]
39
+ },
40
+ {
41
+ "id": "security",
42
+ "description": "Production-grade application security covering authentication, authorization, input validation, XSS/CSRF/SQLi prevention, and secrets management",
43
+ "domain": "security",
44
+ "keywords": ["security", "authentication", "authorization", "jwt", "xss", "csrf", "sql-injection", "encryption", "cors", "helmet"]
45
+ },
46
+ {
47
+ "id": "typescript",
48
+ "description": "Production-grade TypeScript patterns for type-first development, generics, strict mode, type narrowing, and module architecture",
49
+ "domain": "language",
50
+ "keywords": ["typescript", "types", "generics", "interfaces", "strict-mode", "type-guards", "utility-types", "tsconfig"]
51
+ }
52
+ ]
53
+ }