memory
Memory Management
Efficient context and knowledge management.
Instructions
1. Working Memory Model
┌─────────────────────────────────────────┐
│ WORKING MEMORY │
├─────────────────────────────────────────┤
│ • Current task goal │
│ • Relevant file contents │
│ • Recent decisions │
│ • Active constraints │
└─────────────────────────────────────────┘
↑ Load ↓ Store
┌─────────────────────────────────────────┐
More from alicoder001/agent-skills
reasoning
Chain-of-thought reasoning, self-reflection, and systematic problem-solving patterns for AI agents. Use before any complex task to ensure logical and accurate solutions.
40typescript
TypeScript strict mode patterns, naming conventions, and type safety rules. Use when writing TypeScript code, defining types, or reviewing TypeScript projects. Includes generics, utility types, and best practices.
35collaboration
Multi-agent communication, task delegation, and coordination patterns. Use when working with multiple agents or complex collaborative workflows.
30solid
SOLID, DRY, KISS, and clean code principles for TypeScript applications. Use when designing scalable architecture, writing maintainable code, or reviewing code quality.
25security
Security best practices for web applications. Use when handling user input, authentication, or sensitive data. Covers XSS, SQL injection, CSRF, environment variables, and secure coding patterns.
22react-vite
React + Vite SPA development patterns including project setup, configuration, and optimization. Use for building single-page applications with Vite bundler.
22