Consolidate vault skills#4
Merged
markphelps merged 2 commits intomainfrom Apr 18, 2026
Merged
Conversation
Core skills: - vault-ingest: merges vault-process + vault-cleanup - vault-lint: tightened scope on notes/ and projects/ - vault-tracker: merges vault-project-tracker + vault-archive-audit + vault-organize - vault-maintain: merges vault-weekly-maintainer + vault-index + vault-log + vault-qmd Optional skills: - vault-concepts: renamed from vault-concept-promoter, merges vault-drift - vault-research: unchanged Deprecated 15 skills (marked with migration notice): vault-archive-audit, vault-challenge, vault-cleanup, vault-compact, vault-concept-promoter, vault-connect, vault-drift, vault-ideas, vault-index, vault-log, vault-organize, vault-process, vault-project-tracker, vault-qmd, vault-session-sync, vault-weekly-maintainer Updates vault/AGENTS.md with new architecture documentation.
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes significant improvements and clarifications to the documentation for several vault management skills. The main changes include removing outdated or redundant skill descriptions, adding a new skill for concept management, updating the concept promotion workflow, and introducing a comprehensive new ingestion pipeline skill. These updates help clarify responsibilities and workflows for each skill, reduce duplication, and improve thematic organization.
Major additions and new skills:
vault-conceptsskill, which is responsible for maintaining canonical concept pages and surfacing recurring themes across the vault. This skill defines clear thresholds for concept creation, a detailed workflow, and confidence rubrics. (skills/vault-concepts/SKILL.md)vault-ingestskill, which describes an end-to-end ingestion pipeline for processing captured sources, promoting themes to concepts, updating navigation, archiving sources, and auditing processed archives. (skills/vault-ingest/SKILL.md)Refinements and removals for existing skills:
vault-archive-auditvault-challengevault-cleanupvault-compactvault-connectvault-driftvault-ideasvault-indexImprovements to concept promotion and navigation:
vault-concept-promoterskill to reference the newvault-conceptsandvault-maintainskills for canonical workflows and maintenance, replacing older references. It also clarifies that updating navigation and logs should be done manually if the vault maintains these files, and updates output to reflect this. (skills/vault-concept-promoter/SKILL.md) [1] [2] [3]Thematic organization and clarity:
These updates should make the vault management skills easier to understand, maintain, and extend.