notes-actions

Coordinate cross-app note capture with reusable UI actions and overlay controllers.

2|1|Updated Aug 24, 2024
One-click install
npx skills add https://github.com/armanisadeghi/ai-matrx --skill notes-actions
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notes-actions
Source: https://github.com/armanisadeghi/ai-matrx/tree/main/.cursor/skills/notes-actions
Command: npx skills add https://github.com/armanisadeghi/ai-matrx --skill notes-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-app notes integration components and patterns. Use when adding save-to-notes functionality to any feature, wiring overlay-based note capture, using QuickCaptureButton, SaveToScratchButton, SaveSelectionButton, QuickNotesSheet, CategoryNotesModal, openSaveToNotes, or any file in features/notes/actions/. Also use when reviewing or modifying note action consumers.

Core Features & Use Cases

  • Centralized patterns for integrating notes across apps.
  • Provides reusable actions like QuickCaptureButton, SaveToScratchButton, QuickNotesSheet, CategoryNotesModal, and more.
  • Enables consistent, scalable notes workflows across UI overlays and windows.

Quick Start

Wire the QuickCaptureButton, SaveToScratchButton, or QuickNotesSheet into a feature to enable saving notes to a central repository.

Frequently Asked Questions about notes-actions

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

FAQPage Schema
How do I add save-to-notes functionality to a feature using an overlay?▼

To add save-to-notes functionality, wire reusable actions like QuickCaptureButton or SaveToScratchButton into your feature. This enables overlay-based note capture and routes entries to a centralized note storage repository.

What is the best way to centralize cross-app note capture across different UI components?▼

Centralizing cross-app note capture is handled by integrating patterns from features/notes/actions. This approach coordinates note storage across UI overlays using components like QuickNotesSheet and CategoryNotesModal for consistent workflows.

Can I use QuickNotesSheet and CategoryNotesModal together in the same feature?▼

Yes, you can use QuickNotesSheet and CategoryNotesModal together. They are part of a centralized pattern designed to provide consistent, scalable note workflows across UI overlays and windows within the same application.

When do I need to use overlay controllers for notes integration?▼

You need overlay controllers for notes integration when adding save-to-notes functionality to any feature. They are required for wiring overlay-based note capture flows and managing centralized note storage through UI components.

Does this notes integration pattern require external dependencies?▼

No, this notes integration pattern does not require external dependencies. It provides self-contained provider wiring and reusable actions to enable seamless capture directly within your application's existing UI components.