agentic-team-templates 0.12.0 → 0.12.1
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.
- package/README.md +18 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,20 +147,24 @@ npx agentic-team-templates --reset --force
|
|
|
147
147
|
|
|
148
148
|
| Template | Description |
|
|
149
149
|
|----------|-------------|
|
|
150
|
-
| `
|
|
151
|
-
| `
|
|
152
|
-
| `
|
|
153
|
-
| `
|
|
154
|
-
| `
|
|
155
|
-
| `
|
|
156
|
-
| `
|
|
157
|
-
| `
|
|
158
|
-
| `
|
|
159
|
-
| `
|
|
160
|
-
| `
|
|
161
|
-
| `
|
|
162
|
-
| `
|
|
163
|
-
| `
|
|
150
|
+
| `blockchain` | Smart contracts, DeFi protocols, and Web3 applications (Solidity, Foundry, Viem) |
|
|
151
|
+
| `cli-tools` | Command-line applications and developer tools (Cobra, Commander, Click) |
|
|
152
|
+
| `data-engineering` | Data platforms and pipelines (ETL, data modeling, data quality) |
|
|
153
|
+
| `devops-sre` | DevOps and SRE practices (incident management, observability, SLOs, chaos engineering) |
|
|
154
|
+
| `documentation` | Technical documentation standards (READMEs, API docs, ADRs, code comments) |
|
|
155
|
+
| `fullstack` | Full-stack web applications (Next.js, Nuxt, SvelteKit, Remix) |
|
|
156
|
+
| `golang-expert` | Principal-level Go engineering (concurrency, stdlib, production patterns, testing) |
|
|
157
|
+
| `javascript-expert` | Principal-level JavaScript engineering across Node.js, React, vanilla JS, and testing |
|
|
158
|
+
| `ml-ai` | Machine learning and AI systems (model development, deployment, monitoring) |
|
|
159
|
+
| `mobile` | Mobile applications (React Native, Flutter, native iOS/Android) |
|
|
160
|
+
| `platform-engineering` | Internal developer platforms, infrastructure automation, reliability engineering |
|
|
161
|
+
| `product-manager` | Product management with customer-centric discovery, prioritization, and execution |
|
|
162
|
+
| `qa-engineering` | Quality assurance programs for confident, rapid software delivery |
|
|
163
|
+
| `rust-expert` | Principal-level Rust engineering (ownership, concurrency, unsafe, traits, async) |
|
|
164
|
+
| `testing` | Comprehensive testing practices (TDD, test design, CI/CD integration, performance testing) |
|
|
165
|
+
| `utility-agent` | AI agent utilities with context management and hallucination prevention |
|
|
166
|
+
| `web-backend` | Backend APIs and services (REST, GraphQL, microservices) |
|
|
167
|
+
| `web-frontend` | Frontend web applications (SPAs, SSR, static sites, PWAs) |
|
|
164
168
|
|
|
165
169
|
## What Gets Installed
|
|
166
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-team-templates",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "AI coding assistant templates for Cursor IDE. Pre-configured rules and guidelines that help AI assistants write better code. - use at your own risk",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cursor",
|