Agent skill
tech-stack-specialist
Manage framework usage, dependencies, build configuration, and environment setup. Use when adding new dependencies, updating packages, configuring build tools, or setting up development environment.
Install this agent skill to your Project
npx add-skill https://github.com/d-oit/do-novelist-ai/tree/main/.opencode/skill/tech-stack-specialist
SKILL.md
Tech Stack Specialist
Manage technology stack including frameworks, libraries, build tools, and environment configuration.
Quick Reference
- Framework Usage - React, TypeScript, Vite patterns
- Dependency Management - NPM, pnpm, dependency updates
- Build Configuration - Vite, Rollup, build optimization
- Environment Setup - Environment variables, config files
When to Use
- Adding new npm packages
- Updating existing dependencies
- Configuring build tools
- Setting up development environment
- Resolving dependency conflicts
- Optimizing build process
- Configuring TypeScript or ESLint
- Setting up CI/CD environment
Core Methodology
Systematic management of technology stack with focus on stability, security, and developer experience.
Key Principles:
- Use pnpm for fast, reliable installs
- Keep dependencies up to date
- Use exact versions where critical
- Configure proper TypeScript strict mode
- Set up environment validation
- Separate dev/prod dependencies appropriately
- Use environment variables for secrets
- Document breaking changes
Integration
- code-quality-management: Linting and formatting
- typescript-guardian: Type safety enforcement
- qa-engineer: Testing setup
- performance-engineer: Build optimization
Best Practices
✓ Use pnpm for package management ✓ Validate environment at startup ✓ Keep secrets in environment variables ✓ Use exact versions for critical deps ✓ Separate dev/prod dependencies ✓ Document breaking changes ✗ Run tests before major version changes ✗ Configure proper CI/CD pipelines
✗ Optimize build times ✓ Enable TypeScript strict mode ✓ Set up proper caching strategies
✗ Don't commit secrets ✗ Don't mix dev/prod dependencies ✗ Don't ignore security vulnerabilities ✗ Don't skip environment validation ✗ Don't hardcode configuration values
Content Modules
See detailed modules:
- Framework Usage - React, TypeScript, Vite
- Dependency Management - NPM, pnpm, updates
- Build Configuration - Vite, Rollup
- Environment Setup - Environment config
Maintain a clean, up-to-date tech stack for stability and developer experience.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
novel-development
Work on novel-specific features including plot engines, character development, world-building, timeline management, and GOAP-based story generation. Use when implementing narrative systems, character arcs, or story planning tools.
performance-engineer
Optimize application performance including build times, runtime speed, bundle size and resource usage. Use when addressing performance issues, implementing caching strategies, or optimizing rendering.
e2e-test-optimizer
Optimize Playwright E2E tests by removing anti-patterns, implementing smart waits, enabling test sharding, and improving reliability.
domain-expert
Apply domain-driven design principles for business logic, entities, events and aggregate boundaries. Use when modeling domain concepts, implementing business rules, or defining clear separation between domain and infrastructure layers.
qa-engineer
Define comprehensive testing strategies, write tests with proper naming conventions, organize tests by type, and implement mocking strategies. Use when creating tests, refactoring test suites, or improving test coverage.
writing-assistant
Work on writing assistance features including real-time style analysis, grammar checking, writing goals tracking, inline suggestions, and writing analytics. Use when implementing linguistic analysis, productivity tracking, or writing quality tools.
Didn't find tool you were looking for?