Skip to main content

이 저장소의 skills

richfrem/Project_Sanctuary - 2페이지

SkillsMP는 richfrem/Project_Sanctuary에서 252개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

richfrem/Project_Sanctuary

수집된 skill 252개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Converts Markdown files to one MS Word document per file using plugin-local scripts. V2 includes L5 Delegated Constraint Verification for strict binary artifact linting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Tiered memory system for cognitive continuity across agent sessions. Manages hot cache (session context loaded at boot) and deep storage (loaded on demand). Use when: (1) starting a session and loading context, (2) deciding what to remember vs forget, (3)…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read and manipulate Obsidian Bases (.base) files - YAML-based database views that render as tables, cards, and grids inside the vault. Use when reading, appending rows, or updating cells in a Base file.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Programmatically create and manipulate Obsidian Canvas (.canvas) files using JSON Canvas Spec 1.0. Enables agents to generate visual flowcharts, architecture diagrams, and planning boards. Use when creating or editing visual canvas files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Semantic link traversal for Obsidian Vaults. Builds an in-memory graph index from wikilinks and provides instant forward-link, backlink, and multi-degree connection queries. Use when exploring note relationships or finding orphaned notes.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Initialize and onboard a new project repository as an Obsidian Vault. Covers prerequisite installation, vault configuration, exclusion filters, and validation. Use when setting up Obsidian for the first time in a project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core markdown syntax skill for Obsidian. Enforces strict parsing and authoring of Obsidian proprietary syntax (Wikilinks, Blocks, Headings, Aliases, Embeds, Callouts). Use when reading, writing, or validating Obsidian-flavored markdown.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe Create/Read/Update/Delete operations for Obsidian Vault notes. Implements atomic writes, advisory locking, concurrent edit detection, and lossless YAML frontmatter handling. Use when reading, writing, updating, or appending to any vault note.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Start and verify the local Ollama LLM server. Use when Ollama is needed for RLM distillation, seal snapshots, embeddings, or any local LLM inference — and it's not already running. Checks if Ollama is running, starts it if not, and verifies the health…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

(Industry standard: Routing Agent / Orchestrator Pattern) Primary Use Case: Analyzing an ambiguous trigger and routing it to one of the specific specialized implementations. Routes triggers to the appropriate agent-loop pattern. Use when: assessing a task,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Package a plugin directory into a distributable ZIP archive with correct flags for symlink preservation, exclusion of build artifacts, and manifest validation before packaging.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Summarize podcast episodes from audio metadata. Extracts ID3 tags, chapter markers, and show notes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Protocol document management agent. Auto-invoked when creating governance protocols, updating protocol status, or searching the protocol registry.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

(Industry standard: Review and Critique Pattern) Primary Use Case: Iterative generation paired with adversarial review, continuing until an 'Approved' verdict is reached. Orchestrated adversarial review loop. Use when: research, designs, architectures, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Developer machine tool for replicating plugin source code between local project repositories. Use when you want to push plugin updates from agent-plugins-skills to a consumer project, or pull the latest plugins into a consumer project from this central repo.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Removes stale and orphaned entries from the RLM Summary Ledger. Use after files are deleted, renamed, or moved to keep the ledger in sync with the filesystem. <example> user: "Clean up the RLM cache after I renamed some files" assistant: "I'll use…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자소프트웨어 개발자
설명

Knowledge Curator agent skill for the RLM Factory. Auto-invoked when tasks involve distilling code summaries, querying the semantic ledger, auditing cache coverage, or maintaining RLM hygiene. Supports both Ollama-based batch distillation and agent-powered…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Distills uncached files into the Recursive Language Model(RLM) Summary cache Ledger. You (the agent) ARE the distillation engine. Read each file deeply, write a high-quality 1-sentence summary, inject it via inject_summary.py. The purpose is if you read the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interactive RLM cache initialization. Use when: setting up a new project's semantic cache for the first time, or adding a new cache profile. Walks the user through folder selection, extension config, manifest creation, and first distillation pass.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

3-Phase Knowledge Search strategy for the RLM Factory ecosystem. Auto-invoked when tasks involve finding code, documentation, or architecture context in the repository. Enforces the optimal search order: RLM Summary Scan (O(1)) -> Vector DB Semantic Search ->…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Session manager for RSVP speed reading. Orchestrates reading sessions with pause, resume, speed adjustment, and comprehension check-ins. Invoke after generating an RSVP token stream with the rsvp-reading skill.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Converts an input document (.txt, .md, .pdf, .docx) into a structured RSVP token stream with ORP alignment and configurable WPM. Use when a user wants to speed-read a document, prepare a reading session, or generate a token stream for a speed-reading UI.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Project Sanctuary-specific memory configuration. Maps the generic memory-management tiered system to Sanctuary's actual file paths, storage backends (RLM, Vector DB, Obsidian, HuggingFace), and persistence workflows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Project Sanctuary-specific skill for managing the Obsidian vault as an external hippocampus. Knows the vault path, naming conventions, and integration patterns. Uses the generic obsidian-integration plugin.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Sanctuary-specific integration skill connecting the Guardian to the Agent Loops Orchestrator. Maps the Separation of Concerns between strategic workflow definition (Spec-Kitty), cognitive execution (Orchestrator tracks), and environmental sovereignty…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Project Sanctuary-specific skill for managing Soul persistence to HuggingFace. Knows the exact .env parameters, discovery tags, dataset structure, and persistence workflows for this project. Uses the generic huggingface-utils plugin.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Project Sanctuary-specific skill for Spec-Driven Development. Knows the project's constitution, safety rules, AUGMENTED.md best practices, and how the spec-kitty-plugin should be configured for this project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initializes and orients the agent session using the Protocol 128 Bootloader sequence. Designed as a Dual-Mode Meta-Skill (Bootstrap vs Iteration phase). Master awareness skill that knows all sanctuary-guardian capabilities and utility plugin integrations.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manages the Protocol 128 multi-phase closure sequence including Technical Seal and Soul Persistence. Executes automatically when a session ends or work is complete.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validate feature readiness and guide final acceptance steps.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가소프트웨어 개발자
설명

Combined Spec-Kitty agent: Synchronization engine + Spec-Driven Development workflow. Auto-invoked for feature lifecycle (Specify → Plan → Tasks → Implement → Review → Merge) and agent configuration sync. Prerequisite: spec-kitty-cli installed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Perform a non-destructive cross-artifact consistency and quality analysis

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Generate a custom checklist for the current feature based on user requirements.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Identify underspecified areas in the current feature spec by asking up

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create or update the project constitution through interactive phase-based

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Open the Spec Kitty dashboard in your browser.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create an isolated workspace (worktree) for implementing a specific work

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Merge a completed feature into the target branch and clean up worktree

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute the implementation planning workflow using the plan template

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Run the Phase 0 research workflow to scaffold research artifacts before task planning.

원문 언어: 영어

업데이트
수집된 skill 252개 중 40개를 표시합니다.