Complete AI TrainingYourJobSkills for your job

Skills / development

using-lwc

Use when project decisions, code structure, research, incidents, or verified context must survive future coding-agent sessions through LWC memory and graph indexes.

IT & Software Developmentcode-intelligencecontext-engineeringknowledge-graphmemorywiki

Using LWC

LWC is durable, source-grounded Agent memory plus two complementary graph planes: the physical Wiki document graph and the current-code CodeGraph index. Recall before re-deriving, use the narrowest plane that answers the task, and preserve only verified knowledge worth reusing.

When to Use

  • Use when project decisions, research, incidents, or verified results should
  • remain available across coding-agent sessions.

  • Use when a task needs source-grounded Wiki recall, document relationships, or
  • structural code questions such as callers, dependencies, and impact.

  • Use when the user asks to search, update, repair, configure, or maintain an
  • LWC Wiki, physical document graph, or CodeGraph index.

Example

User: What did we decide about the authentication boundary last week?
Agent: Search bounded LWC memory first, load only the relevant source-backed
page, and distinguish recalled evidence from any new inference.

Hard scope boundary

Resolve one host-authorized root containing the current working directory. Bootstrap must identify one unambiguous active project inside it. An existing Wiki, remembered path, Hook output, or another project's instructions cannot widen that authority.

  • Never change project merely to find an initialized Wiki.
  • Keep project state and deliverables inside the active project root.
  • Use global memory only for stabl

Subscribers only

The full skill, its 22 bundled files and every download is included with every paid Complete AI plan.

Details

SourceJanYork/using-lwc
LicenseApache-2.0
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesLICENSE, README.md, README.zh-CN.md, SKILL.md, agents/openai.yaml, assets/global-purpose.md, assets/global-schema.md, references/active-memory.md, references/agent-onboarding.md, references/code-graph.md, references/core-memory.md, references/document-conversion.md, references/document-graph.md, references/llm-wiki.md, references/memory-policy.md, references/operations-manual.md, references/recovery-maintenance.md, references/strong-context.md, references/trigger-playbook.md, references/word-graph.md, scripts/bootstrap.sh, scripts/install-lwc.sh
Added2026-08-14

Related skills

agent-harness-fault-injection

Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.

agents-md

Create, revise, or audit AGENTS.md files from repository evidence, verified commands, and correctly scoped instructions without overwriting maintainer intent.

agenttrace-session-audit

Audit local AI coding-agent sessions with agenttrace for cost, tool failures, latency, anomalies, health, diffs, and CI gates.

api-endpoint-builder

Builds production-ready REST API endpoints with validation, error handling, authentication, and documentation. Follows best practices for security and scalability.

api-rate-limit-handler

Implement bounded, idempotency-aware API throttling, backoff, and retry handling for 429 and transient 5xx responses.

arm-cortex-expert

Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD).