Quality rules for composing replies in Slack threads, channels, and partner-facing quest conversations — research the asker/channel/partnership context first, consider multiple hypotheses for debugging questions, search prior Slack threads before answering…
circlefin/sidequestor
SkillsMP has collected 7 skills from circlefin/sidequestor. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 3
- GitHub forks
- 1
Skills in this repository
Showing 7 of 7 collected skills.
Add a new watch type to the yaas triage loop by pairing an executable checkers/<type>.py with checkers/<type>.watch.json, then covering its behavior and affected docs. Load when asked to watch a source triage cannot watch yet (a new API, a queue, a feed), or…
Send a threaded Gmail reply from the worker. Use when a quest requires replying to a Gmail message and the reply must thread correctly (In-Reply-To / References headers). The gws CLI's messages.send does not set threading headers natively — this script…
Operating and extending the yaas triage system — adding new channel types, understanding the checker plugin architecture, state file layout, setup, and migration runbook. Load when asked to add a new watcher, debug triage, or understand how the system is…
Scaffold a new quest folder under state/quests/active/. Use this when the user wants to start tracking a Slack thread, a reaction-triggered follow-up, or an ongoing conversation with a specific person. Invoke interactively — ask the user for title and watch…
How to handle a Sidequestor quest dispatch — read the fired watches, act (draft-first), track threads, log, and ack. Load on an autonomous Mode A quest dispatch, or when interactively (Mode B) steering a quest. Uses only the locking helpers so it is safe…
The Sidequestor Reactions Fast Path — handle emoji-triggered actions (process/draft/save/adopt) applied to Slack messages. Load on an autonomous Mode A dispatch whose target is `reactions`. Self-contained; touches no quest folder except the adopt case.