sdcorejs-auto-docs

Generate timestamped markdown session summaries for SDCoreJS tracks.

2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-auto-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdcorejs-auto-docs
Source: https://github.com/sdcorejs/sdcorejs-agent/tree/main/plugin/skills/sdcorejs-auto-docs
Command: npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-auto-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents future sessions from starting without context by automatically creating session summaries after every code-writing step and reloading the latest docs at session start.

Core Features & Use Cases

  • Session-end auto documentation: Writes a new markdown summary to .sdcorejs/docs/<track>/ after code-writing skills finish, capturing requested work, changes, decisions, and open questions.
  • Session-start memory refresh (read-only): Loads and summarizes the latest three docs for the active track before the first user-facing answer.
  • Track-aware, bilingual output: Supports angular-portal, nestjs, nextjs and produces content in the dominant session language (VI/EN).

Quick Start

Ask the agent to complete a code-writing task (for example, “add a product entity”), then run to completion so the agent writes a new .sdcorejs/docs/<track>/ summary and reads the latest three docs at the next session start.

Frequently Asked Questions about sdcorejs-auto-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically document AI coding sessions for continuous context?

Automatically document AI coding sessions by generating timestamped markdown summaries after code-writing tasks finish, capturing requested work, changes, decisions, and open questions to ensure future sessions start with proper context.

What is the best way to maintain session memory for angular-portal, nestjs, and nextjs tracks?

Maintain session memory for angular-portal, nestjs, and nextjs tracks by writing per-track markdown summaries to the .sdcorejs/docs directory and reloading the latest three docs at the start of the next session.

How do I generate bilingual markdown summaries for AI coding workflows?

Generate bilingual markdown summaries by running auto-docs at the end of code-writing skills, which automatically produces timestamped documentation in the dominant session language, supporting both VI and EN.

Does auto-docs work with NestJS and NextJS project tracks?

Auto-docs works with NestJS and NextJS project tracks, alongside angular-portal, by resolving the target project root, selecting the active track path, and writing summaries to the respective track directory.

How does session-start memory refresh work for AI coding workflows?

Session-start memory refresh works by performing a read-only load of the latest three markdown docs for the active track, summarizing them before the first user-facing answer to provide immediate context.

Can I capture open follow-ups and decisions automatically when writing code?

Capture open follow-ups and decisions automatically by triggering the auto-docs skill after code-writing tasks complete, which extracts session details and writes them into a timestamped markdown file.