120 Commits

Author SHA1 Message Date
Luong NGUYEN 167a53acbc chore(release): v2.2.0 v2.2.0 2026-03-26 15:04:49 +01:00
Luong NGUYEN 93f9d51513 fix(ci): Add missing cSpell words and README sections for CI compliance
- Add 31 technical terms to cSpell dictionary (ultrathink, agentic, pyright, etc.)
- Add Table of Contents section to README.md
- Add Contributing section to README.md
2026-03-26 14:57:37 +01:00
Luong NGUYEN f78c094740 docs: Sync all tutorials and references with Claude Code v2.1.84
- Slash commands: update to 55+ built-in, add 5 bundled skills, mark 3 deprecated
- Memory: add managed drop-ins (v2.1.83), subagent memory, settings hierarchy
- Skills: add effort, shell frontmatter fields and discovery behavior
- Subagents: add effort, initialPrompt, disallowedTools fields; document Bash agent
- MCP: add WebSocket transport, elicitation, 2KB tool cap, server deduplication
- Hooks: expand from 18 to 25 events, add agent hook type (now 4 types)
- Plugins: add LSP support, userConfig, CLAUDE_PLUGIN_DATA, CLI commands
- Advanced: add Auto Mode, Channels, Voice Dictation, auto permission mode
- CLI: add 17+ new flags, 17 environment variables, new commands
- Update all reference docs (CATALOG, QUICK_REFERENCE, LEARNING-ROADMAP, INDEX)
- Fix stale quiz questions (hook count, permission modes, hook types)
2026-03-26 14:54:29 +01:00
Luong NGUYEN 32a07768b0 docs: Rewrite README as landing-page-structured guide
Restructure README.md using the PAS (Problem-Agitate-Solution) copywriting
framework to better convert visitors into users. Adds badge row, benefit-driven
headline, problem/solution narrative, social proof, FAQ, and multiple CTAs.
All original technical content preserved in collapsible <details> sections.
Original README saved as README.backup.md.
2026-03-18 10:48:16 +01:00
Luong NGUYEN b80ce6fb78 fix(ci): Add Sandboxing to cSpell dictionary 2026-03-13 11:35:13 +01:00
Luong NGUYEN 475efeea16 chore(release): v2.1.1 v2.1.1 2026-03-13 10:50:33 +01:00
Luong NGUYEN dc64618a69 fix(ci): Add sandboxed and pycache to cSpell dictionary 2026-03-13 10:37:13 +01:00
Luong NGUYEN 3fdf0d6256 fix(docs): Remove dead marketplace link failing CI link checks 2026-03-13 10:35:01 +01:00
Luong NGUYEN 384a335fda chore(release): v2.1.0 v2.1.0 2026-03-13 09:06:56 +01:00
Luong NGUYEN 00bbe4c6ea docs: Phase 5 QA — fix consistency, URLs, and terminology across docs
Validated 170+ internal links, 52 external URLs, 40+ Mermaid diagrams,
and cross-file consistency. Fixed redirecting slash-commands URL,
normalized Mermaid color hex, standardized "subagents" terminology in
CATALOG.md, and added CLAUDE.local.md legacy caveat.
2026-03-13 05:19:37 +01:00
Luong NGUYEN 132de292e4 docs: Complete Phases 3-4 — new feature coverage and reference doc updates
Phase 3: Added agent teams tutorial, scheduled tasks, Chrome integration,
remote control expansion, plugin marketplaces/LSP, keyboard customization,
and desktop app expansion across 3 guide files (~612 net lines).

Phase 4: Cascading updates to 6 reference documents — synced command counts
(40→55), added bundled skills, 18 hook events, new features (agent teams,
scheduled tasks, Chrome, keybindings), and updated all dates to March 2026.
2026-03-13 05:13:17 +01:00
Luong NGUYEN ef52705f78 docs: Add MCPorter runtime to MCP context bloat section
Add MCPorter (github.com/steipete/mcporter) as a practical tool for
reducing MCP context bloat through selective tool exposure and typed
wrappers. Includes features table, installation, and usage examples.
2026-03-13 05:07:14 +01:00
Luong NGUYEN 4bc8f15f38 docs: Add missing commands, features, and settings across 6 guides
Phase 2 of docs sync: fill gaps in existing content for Jan-Mar 2026 features.

- Add 15 missing slash commands to built-in commands table
- Add bundled skills section (/simplify, /batch, /debug, /loop, /claude-api)
- Add ${CLAUDE_SKILL_DIR} string substitution for skills
- Add MCP OAuth metadata override, scope terminology update, CLAUDEAI toggle
- Add InstructionsLoaded/Setup hook events, HTTP hooks version note, new fields
- Add effort level visual indicators and autoMemoryDirectory/claudeMdExcludes settings
- Update /context command description with optimization suggestions
- Add update-plan.md tracking document
2026-03-13 04:52:19 +01:00
Luong NGUYEN 8fe452029f fix(docs): Update broken URLs, deprecations, and outdated references
- Replace docs.anthropic.com URLs with code.claude.com equivalents across all files
- Mark /review as deprecated with code-review plugin recommendation
- Fix "Sonnet 4.5" → "Sonnet 4.6" model name reference
- Update Task() → Agent() syntax in subagents documentation
- Remove undocumented /todos from slash commands table
- Add verification note about CLAUDE.local.md not in official docs
2026-03-13 04:46:02 +01:00
Luong NGUYEN 84141d06cf docs: Add style guide based on existing repo conventions 2026-03-13 04:39:05 +01:00
Luong NGUYEN 8fe0c96f7b docs: Add self-assessment row to guide comparison table 2026-03-04 00:32:16 +01:00
Luong NGUYEN d5b43505eb docs: Add VikalpP to contributors list for PR #7 2026-03-04 00:27:53 +01:00
Luong NGUYEN 8df757275c fix(ci): Add missing words to cSpell dictionary
Add anthropics, worktree, worktrees, and dontAsk to fix spell check failures.
2026-03-04 00:24:47 +01:00
Luong NGUYEN 7a058632c6 fix(docs): Fix broken links in resources and self-assessment skill
- Update dead URL github.com/anthropics/claude-code-skills to github.com/anthropics/skills
- Fix 10 relative tutorial links in self-assessment SKILL.md with correct ../../../ prefix
2026-03-04 00:18:44 +01:00
Luong NGUYEN 5102854e50 Merge pull request #7 from VikalpP/main
fix(docs): Use tilde fences for nested code blocks in concepts guide
2026-03-04 00:11:06 +01:00
Vikalp Panseriya 5f827191cd fix(docs): Use tilde fences for nested code blocks in concepts guide 2026-03-02 21:03:15 +05:30
Luong NGUYEN d5a6106b54 docs: Add self-assessment and lesson-quiz skill references to README and roadmap
Mention /self-assessment and /lesson-quiz skills throughout both files so
learners discover them at every milestone, in progress tracking, and in a
dedicated "Test Your Knowledge" section.
2026-02-26 00:13:00 +01:00
Luong NGUYEN 1ef46cdbac feat: Add adaptive learning path with self-assessment and lesson quiz skills
Redesign LEARNING-ROADMAP.md with a self-assessment quiz that routes users
to Beginner/Intermediate/Advanced paths instead of a single linear track.
Add two project-local skills:

- self-assessment: comprehensive proficiency quiz (quick or deep mode)
  covering 10 feature areas with per-topic scoring and personalized
  learning paths
- lesson-quiz: per-lesson quiz with 100-question bank (10 per lesson)
  for pre-test, progress check, or mastery verification

Update README.md learning path table with "Recommended For" column and
quiz link. Update .gitignore to track project skills.
2026-02-26 00:09:08 +01:00
Luong NGUYEN e6778d96d5 docs: Add release notes for v2.0.0 v2.0.0 2026-02-25 23:21:06 +01:00
Luong NGUYEN 487c96d950 docs: Sync all documentation with Claude Code February 2026 features
Update 23 files across all 10 tutorial directories and 7 reference
documents to match the latest Claude Code v2.1+ features and correct
outdated content including model names (4.5→4.6), permission modes,
hook events, CLI syntax, MCP config paths, plugin manifest format,
checkpoint commands, session management, and URLs. Add documentation
for new features: Auto Memory, Remote Control, Web Sessions, Desktop
App, Agent Teams, MCP OAuth, Task List, Sandboxing, and more.
2026-02-25 23:19:08 +01:00
Luong NGUYEN 20779dbf79 design: Redesign logo to compass-bracket mark with minimal palette
Replace the emerald starburst design (V2.0) with a new compass + code
bracket (>) symbol (V3.0) using Black/White/Gray base with Bright Green
(#22C55E) accent. Update all SVG assets (logos, icons, favicons) and
design documentation to reflect the new brand identity.
2026-02-17 18:27:38 +01:00
Luong NGUYEN 3cc098505c docs: Add link to skills repository in resources
Add reference to https://github.com/luongnv89/skills in both the main
README and the 03-skills lesson for easy access to ready-to-use skills.
2026-02-04 10:56:05 +01:00
Luong NGUYEN a452211656 fix: Improve mermaid diagram color accessibility for dark mode
Replace light colors with darker, WCAG-compliant alternatives that
provide better contrast in both light and dark modes. All nodes now
use white text for consistent readability.

Fixes #6
2026-02-04 09:06:51 +01:00
Luong NGUYEN 9b21f2b129 fix: Replace URL placeholders with anchors to fix link checker
The link checker was treating placeholder `URL` text as actual URLs,
causing 400 errors in CI. Changed to `#` anchors instead.
2026-02-04 08:58:57 +01:00
Luong NGUYEN f396788a5e docs: Add instruction to handle existing blog post updates
Skip initial steps and go directly to iteration when user requests
updates to an existing blog post draft
2026-01-30 16:30:52 +01:00
Luong NGUYEN 3b6852bf86 docs: Add citation requirements to blog-draft skill
- Require inline citations for all data points, statistics, and comparisons
- Add citation format examples (numbered [1] or named [Source Name])
- Include citation requirements in Tips for Quality section
- Ensure factual claims are properly sourced
2026-01-30 14:51:03 +01:00
Luong NGUYEN ed64fa5c42 chore: Add gitignore for local skill testing 2026-01-30 12:19:53 +01:00
Luong NGUYEN b9363df389 docs: Add blog-draft skill for guided blog post creation
Includes step-by-step workflow for:
- Resource research and collection
- Brainstorming and clarification
- Outline creation with user approval
- Iterative drafting with version control
- Git commits at key checkpoints
2026-01-30 12:08:53 +01:00
Luong NGUYEN 6a495770fc docs: Update slash commands guide to reflect skills merge
- Add note that custom slash commands are now merged into skills
- Add migration path from .claude/commands/ to .claude/skills/
- Update frontmatter reference with new skill fields
- Document skills as recommended approach, commands as legacy
- Update command architecture and lifecycle diagrams
- Add skill template examples with invocation control
- Update built-in commands table with latest commands
- Simplify installation instructions for both approaches
2026-01-28 23:49:30 +01:00
Luong NGUYEN bae9dd7cab docs: Update skills guide with latest official documentation
- Add progressive disclosure architecture (3-level loading system)
- Document invocation control (disable-model-invocation, user-invocable)
- Add string substitutions ($ARGUMENTS, $N, ${CLAUDE_SESSION_ID})
- Add dynamic context injection (!`command` syntax)
- Update skill locations with Enterprise level and priority order
- Add nested directory discovery for monorepo support
- Add security considerations section
- Simplify examples while adding codebase visualizer skill
- Note slash commands merged into skills
2026-01-28 23:45:57 +01:00
Luong NGUYEN 7978e6d14b docs: Add claude-md skill for CLAUDE.md file management
Add new skill example for creating and updating CLAUDE.md files
following best practices for AI agent onboarding.
2026-01-27 14:11:25 +01:00
Luong NGUYEN 1b4e29bf8c chore: Update gitignore and improve Remotion video prompt
- Add promo-video/, .agents/, .codex/, *.mp4 to gitignore
- Update remotion-video.md to ask user preferences before planning
2026-01-23 10:16:41 +01:00
Luong NGUYEN d0d2797a11 docs: Add comprehensive Remotion video creation guide 2026-01-23 00:10:43 +01:00
Luong NGUYEN 5b9afb2fb0 docs: Add summary table to CATALOG.md showing feature counts 2026-01-15 15:47:48 +01:00
Luong NGUYEN cca753edfe docs: Add project logo to CATALOG.md 2026-01-15 15:43:57 +01:00
Luong NGUYEN 4c6c53120d fix: Add Asana, oneline, Cherny's to spell check dictionary 2026-01-15 15:17:37 +01:00
Luong NGUYEN 1807630892 fix: Resolve additional dead links across documentation
- README.md: Fix blog-post link, update claude-examples to anthropic-cookbook
- LEARNING-ROADMAP.md: Update claude-examples to anthropic-cookbook
- claude_concepts_guide.md: Fix 07-hooks to 06-hooks, update skills repo
- 05-mcp/README.md: Fix MCP spec URL
- INDEX.md: Fix all 07-hooks references to 06-hooks
- .github/ISSUE_TEMPLATE/config.yml: Update claude-examples URL
2026-01-15 15:10:02 +01:00
Luong NGUYEN e8cdd26db0 ci: Trigger docs-check on config file changes
Add .cspell.json and markdown-link-check-config.json to the
docs-check workflow trigger paths so spelling and link check
config changes are properly validated.
2026-01-15 15:06:21 +01:00
Luong NGUYEN 3f55490c38 fix: Add 'overcomplicate' to spell check dictionary 2026-01-15 15:04:22 +01:00
Luong NGUYEN 59a87f10c8 fix: Resolve dead links in documentation files
- 02-memory/README.md: Remove broken example links, keep valid ones
- CONTRIBUTING.md: Fix relative path to SECURITY.md
- 07-plugins/README.md: Update MCP spec URL to working domain
- .github/SECURITY_REPORTING.md: Update OWASP link to valid cheatsheet
- .github/ISSUE_TEMPLATE/*: Replace placeholder links with comments
- .github/markdown-link-check-config.json: Add ignore patterns for
  example URLs in code blocks (docs.example.com, template files)
2026-01-15 15:02:44 +01:00
Luong NGUYEN 9c884f07c0 docs: Remove token estimates from catalog, keep scope only
Remove inaccurate token estimation values and the Token Estimation
Legend section. Retain only the Scope column to guide users on
where to install features (User/Project/Directory/Built-in).
2026-01-15 14:46:44 +01:00
Luong NGUYEN 03bd634f92 docs: Add token estimation legend with methodology explanation
Add comprehensive Token Estimation Legend section explaining:
- Base calculation methodology (~1 token ≈ 4 chars)
- Token ranges by feature type with what's included
- Scope recommendations (User/Project/Directory/Built-in)
- Context budget tips for optimal usage
2026-01-15 14:42:56 +01:00
Luong NGUYEN 9db33359ab docs: Add token estimates and scope recommendations to catalog
Add two new columns to all feature tables in CATALOG.md:
- Tokens: Estimated context consumed when feature is loaded
- Scope: Recommended installation level (User/Project)

Helps users make informed decisions about context budget and
where to install features for optimal team collaboration.
2026-01-15 14:41:26 +01:00
Luong NGUYEN 58c073beec docs: Add refactor skill to skills README and catalog
- Add Example 5 (Code Refactoring Skill) to 03-skills/README.md
  with directory structure, SKILL.md snippet, and usage example
- Add refactor skill entry to CATALOG.md skills table
2026-01-15 14:37:30 +01:00
Luong NGUYEN 728fd1eefc docs: Add comprehensive feature catalog with installation commands
Create CATALOG.md containing quick reference for all Claude Code features:
- Slash commands (built-in and custom)
- Sub-agents with capabilities and tools
- Skills with auto-invocation triggers
- Plugins with component breakdowns
- MCP servers for external integrations
- Hooks for event-driven automation

Each feature includes one-command installation instructions.
Update README.md to link to the new catalog.
2026-01-15 14:34:23 +01:00