arc-recalling

Save session patterns and insights as structured reusable instincts.

6|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GregoryHo/arcforge --skill arc-recalling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arc-recalling
Source: https://github.com/GregoryHo/arcforge/tree/main/skills/arc-recalling
Command: npx skills add https://github.com/GregoryHo/arcforge --skill arc-recalling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to manually save specific patterns, techniques, or insights encountered during a session as reusable "instincts" for future reference.

Core Features & Use Cases

  • Manual Instinct Creation: Capture ad-hoc "remember this" moments.
  • Pattern Preservation: Save reusable techniques identified during work.
  • Use Case: If you discover a particularly effective way to debug a common error, you can use this skill to save that technique as an instinct, ensuring you or the AI can recall and apply it later.

Quick Start

Use the arc-recalling skill to save the current debugging technique as an instinct with the ID 'efficient-debugging-pattern'.

Frequently Asked Questions about arc-recalling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save reusable debugging patterns and techniques for future sessions?

You can save reusable debugging patterns by manually logging session insights as instincts. This allows you to capture effective techniques encountered during work, ensuring they can be recalled and applied later.

What is an instinct in knowledge management and how does it work?

An instinct in knowledge management is a structured record of a specific pattern or observation. It works by inferring structured fields like ID, trigger, action, and domain from natural language descriptions for storage.

Can I preserve ad-hoc observations and workflow patterns without preformatted input?

Yes, you can preserve ad-hoc observations by providing natural language descriptions. The system automatically infers the required structured fields from your input, eliminating the need for preformatted data.

What's the best way to manually capture session insights as a structured pattern?

The best way to manually capture session insights is to explicitly request the preservation of a technique. Provide a natural language description of the trigger and action to store it as a reusable pattern.

Does manual instinct creation work for preserving general software engineering workflows?

Yes, manual instinct creation works for software engineering workflows by allowing you to save specific techniques, such as debugging a common error, as reusable instincts for future reference.

When should I not use manual instinct creation for pattern preservation?

You should not use manual instinct creation for automated background logging. This mechanism applies only to situations where you explicitly request to preserve a specific technique or observation.