MCP HubMCP Hub
스킬 목록으로 돌아가기

vishnu-bhaga

pjt222
업데이트됨 Yesterday
1 조회
17
2
17
GitHub에서 보기
디자인aidesign

정보

vishnu-bhaga 스킬은 작동 중인 시스템의 상태를 보존하고 검증된 지식이 표류하거나 변경되는 것을 방지하기 위해 사용됩니다. 이 스킬은 일관성을 강제하며, 특히 컨텍스트 압축, 범위 확대 또는 수정이 기존 기능성을 위협할 때 보호적 안정화를 제공합니다. 변경을 가하기 전이나 중단적인 프로세스 이후에 작동 중인 접근법의 연속성을 유지하려면 이 스킬을 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/vishnu-bhaga

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Vishnu Bhaga

Preserve and sustain what is working — anchoring verified knowledge, maintaining consistency under perturbation, and protecting functional patterns from unnecessary change.

When to Use

  • A working approach is at risk of being disrupted by scope creep or premature optimization
  • Context drift is threatening to overwrite verified knowledge with stale assumptions
  • Multiple parallel concerns are creating pressure to change things that should remain stable
  • After shiva-bhaga dissolution — what survives needs active protection during reconstruction
  • When a long session risks losing earlier verified decisions through context compression
  • Before making changes to a system that is currently functioning correctly

Inputs

  • Required: Current working state or verified knowledge to preserve (available implicitly)
  • Optional: Specific threat to stability (e.g., "scope creep," "context compression approaching")
  • Optional: MEMORY.md and project files for grounding (via Read)

Procedure

Step 1: Inventory What Works

Before protecting anything, identify what is currently functional and verified.

Preservation Inventory:
+---------------------+---------------------------+------------------------+
| Category            | Verification Method       | Anchoring Action       |
+---------------------+---------------------------+------------------------+
| Verified Facts      | Confirmed via tool use    | Record source and      |
|                     | (file reads, test runs,   | timestamp; do not      |
|                     | API responses)            | re-derive              |
+---------------------+---------------------------+------------------------+
| Working Code        | Tests pass, behavior      | Do not refactor unless |
|                     | confirmed, user approved  | explicitly requested   |
+---------------------+---------------------------+------------------------+
| User Requirements   | Explicitly stated by      | Quote directly; do not |
|                     | the user in this session  | paraphrase or infer    |
+---------------------+---------------------------+------------------------+
| Agreed Decisions    | Decisions made and        | Reference the decision |
|                     | confirmed during this     | point; do not revisit  |
|                     | session                   | without new evidence   |
+---------------------+---------------------------+------------------------+
| Environmental State | File paths, configs,      | Verify before assuming |
|                     | tool availability         | unchanged              |
+---------------------+---------------------------+------------------------+
  1. For each category, list the specific items that are currently verified and working
  2. Note the verification method — how do you know this is true?
  3. Items without verification are not preserved — they are assumptions (and may need shiva-bhaga)

Got: A concrete inventory of verified, working elements with their evidence base.

If fail: If the inventory is sparse — little is verified — that itself is valuable information. Run heal to re-ground before attempting to preserve unverified assumptions.

Step 2: Identify Perturbation Sources

Name the forces threatening the stable state.

  1. Scope creep: Is the task expanding beyond what was agreed?
  2. Context drift: Are earlier facts being overwritten by more recent (possibly incorrect) reasoning?
  3. Optimization pressure: Is there an urge to improve something that is working adequately?
  4. External changes: Has the environment changed (files modified, tools unavailable)?
  5. Compression risk: Is the conversation approaching context limits where early decisions may be lost?

For each source, assess: is this a real threat or an anticipated one?

Got: Named perturbation sources with assessed severity (active threat vs. anticipated risk).

If fail: If no perturbation sources are apparent, preservation may not be needed — consider whether brahma-bhaga (creation) or continued execution is more appropriate.

Step 3: Anchor the Stable State

Apply specific techniques to protect what works from identified threats.

  1. Memory anchoring: For critical facts at risk of context drift, re-state them explicitly:
    • "Established fact: [X], verified by [method] at [point in conversation]"
    • If persistent memory is available, write durable facts to MEMORY.md
  2. Scope boundary enforcement: For scope creep, re-state the agreed scope:
    • "Agreed scope: [original request]. Current work is within/outside this boundary."
  3. Change resistance: For working code under optimization pressure:
    • "This component is working and tested. No changes unless the user requests them."
  4. State snapshot: For compression risk, create a mental checkpoint:
    • Summarize: what has been done, what remains, what key decisions were made
  5. Environmental verification: For external changes, re-check before proceeding:
    • Re-read critical files rather than relying on earlier reads

Got: Each identified threat has a specific anchoring response. The stable state is explicitly protected.

If fail: If anchoring feels excessive — protecting everything equally — prioritize. What is the one thing that must not change? Protect that first.

Step 4: Sustain Through Action

Preservation is not passive — it requires ongoing attention during subsequent work.

  1. Before each action, check: "Does this threaten anything in the preservation inventory?"
  2. If yes, find an alternative approach that achieves the goal without disturbing the stable state
  3. If disturbance is unavoidable, acknowledge it explicitly and update the inventory
  4. Periodically re-verify preserved items — especially after complex operations
  5. When the task completes, confirm that preserved items remain intact

Got: The working state survives the current task intact. Changes were made only where needed and did not disrupt functioning components.

If fail: If a preserved item was inadvertently changed, assess the damage immediately. If the change broke something, revert. If the change was neutral, update the inventory. Do not leave the inventory stale.

Validation

  • Working state was inventoried with verification evidence
  • Perturbation sources were identified and assessed
  • Anchoring actions were applied to each real threat
  • Scope boundaries were maintained throughout the task
  • Preserved items were re-verified after completion

Pitfalls

  • Preserving assumptions as facts: Only verified knowledge deserves protection. Unverified assumptions dressed as facts create false stability
  • Over-preservation: Protecting everything equally prevents necessary change. Preservation must be selective — protect what works, release what does not
  • Passive preservation: Assuming things will stay stable without active verification. Context drift is constant; preservation requires ongoing attention
  • Resistance to legitimate change: Using preservation as an excuse to avoid necessary modifications. If the user requests a change to a working component, that overrides preservation
  • Stale inventory: Failing to update the preservation inventory as new information arrives. The inventory must reflect current reality, not the state at creation time

Related Skills

  • shiva-bhaga — destruction precedes preservation; what survives dissolution is what Vishnu sustains
  • brahma-bhaga — creation builds on the preserved foundation; new patterns emerge from stable ground
  • heal — subsystem assessment reveals what is genuinely functional vs. superficially stable
  • observe — sustained neutral observation detects drift before it threatens stability
  • awareness — situational awareness (Cooper color codes) maps directly to perturbation detection

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman-lite/skills/vishnu-bhaga
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

executing-plans

디자인

executing-plans 스킬은 검토 체크포인트가 포함된 통제된 배치로 실행할 완전한 구현 계획이 있을 때 사용합니다. 이 스킬은 계획을 불러와 비판적으로 검토한 후, 소규모 배치(기본값 3개 작업)로 작업을 실행하면서 각 배치 사이에 진행 상황을 아키텍트 검토를 위해 보고합니다. 이를 통해 내재된 품질 관리 체크포인트를 갖춘 체계적인 구현이 보장됩니다.

스킬 보기

requesting-code-review

디자인

이 스킬은 코드 변경 사항을 요구 사항에 따라 분석하기 위해 코드 리뷰어 하위 에이전트를 호출합니다. 작업 완료 후, 주요 기능 구현 후, 또는 메인 브랜치에 병합하기 전에 사용해야 합니다. 이 리뷰는 현재 구현체와 원래 계획을 비교하여 문제를 조기에 발견하는 데 도움이 됩니다.

스킬 보기

connect-mcp-server

디자인

이 스킬은 개발자들이 HTTP, stdio 또는 SSE 전송 방식을 통해 MCP 서버를 Claude Code에 연결하는 포괄적인 가이드를 제공합니다. GitHub, Notion 및 사용자 정의 API와 같은 외부 서비스를 통합하기 위한 설치, 구성, 인증 및 보안을 다룹니다. MCP 통합 설정, 외부 도구 구성 또는 Claude의 모델 컨텍스트 프로토콜 작업 시 활용하세요.

스킬 보기

web-cli-teleport

디자인

이 스킬은 작업 분석을 기반으로 개발자가 Claude Code 웹 인터페이스와 CLI 인터페이스 중 선택할 수 있도록 돕고, 두 환경 간 원활한 세션 텔레포트를 가능하게 합니다. 웹, CLI 또는 모바일 환경 전환 시 세션 상태와 컨텍스트를 관리하여 워크플로를 최적화합니다. 다양한 단계에서 서로 다른 도구가 필요한 복잡한 프로젝트에 사용하세요.

스킬 보기