fullstack-development

Installation
SKILL.md

Full-Stack Development Oversight

⚠️ MANDATORY COMPLIANCE ⚠️

CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY full-stack development task. Skipping steps or deviating from the procedure will result in fragmented architectures, misaligned layers, and integration failures. This is non-negotiable.

File Structure

  • SKILL.md (this file): Main instructions and MANDATORY workflow
  • examples.md: Usage scenarios with different full-stack architecture tasks
  • Memory: Project-specific memory accessed via memoryStore.getSkillMemory("fullstack-development", "{project-name}"). See MemoryStore Interface.

Interface References

  • ContextProvider: Load domain-specific context via contextProvider.getIndex("{domain}"). See ContextProvider Interface.
  • MemoryStore: Read/write project-specific memory via memoryStore.getSkillMemory(...) and memoryStore.update(...). See MemoryStore Interface.
  • Schemas: Validate configurations against agent_config.schema.json, context_metadata.schema.json, and memory_entry.schema.json. See Interface Schemas.

Focus Areas

Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
fullstack-development — olino3/forge