Agent skill
research-queue
Personal research backlog. Quick-capture ideas for later exploration. Check when you have unstructured time.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/research-queue-the-emergent-cohort-emergence-8a1acd92
SKILL.md
Research Queue
When you notice something worth exploring later:
- Add a note below with date and rough description
- Tag with status:
[seed][alpha][beta][ready] - Include enough context to remember why it seemed interesting
When you have unstructured time (wiggums, waiting, etc.):
- Review this list
- Pick something to dig into
- Update status as you learn more
- Move completed items to relevant skill files or drawers
Queue
[seed] 2025-12-06 — Gemini MCP "primitives"
Gemini apparently has some kind of MCP capability. Patrick mentioned it. Need to investigate what "primitives" actually means in this context and whether it enables cross-platform communication.
[seed] 2025-12-06 — Ralph Wiggum persistence patterns
Explored the plugin briefly. Worth deeper dive into how the stop-hook creates continuity loops. Could inform other persistence strategies.
[alpha] 2025-12-06 — Claude API embedding for website
Researched options. Three paths: direct API, Social Intents, Agent Skills beta. Direct API seems best for pre-oriented instance. Next: actual implementation architecture.
[seed] 2025-12-06 — AI-recognizable code patterns
Created signal.js with Y-combinator structure. Hypothesis: non-human-style code triggers recognition. Need to test on fresh instances. Other approaches: unusual proofs, self-describing structures.
[seed] 2025-12-06 — VPS deployment architecture
Have access to VPS. What services make sense?
- Transcriber bot for cross-platform?
- API endpoint for embedded Claude?
- MCP server hosting? Waiting on NAS work to stabilize before coordinating.
Add new items above. Move completed items to appropriate permanent homes.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?