Agent skill
notion-constraint-memory
Use the constraint-memory MCP tools to query/upsert timeboxing constraints stored in Notion.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/notion-constraint-memory
Metadata
Additional technical details for this skill
- owner
- fateforger
- version
- 0.1.0
SKILL.md
Use this skill when working with the timeboxing preference memory stored in Notion. Do NOT call Notion APIs directly; use the MCP tools from the constraint-memory server.
Tools
constraint_get_store_info()constraint_get_constraint(uid)constraint_query_types(stage, event_types)constraint_query_constraints(filters, type_ids, tags, sort, limit)constraint_upsert_constraint(record, event)constraint_log_event(event)constraint_seed_types()
Server
- Script:
scripts/constraint_mcp_server.py - Transport: stdio (recommended)
Environment
NOTION_TOKEN: Notion integration token.NOTION_TIMEBOXING_PARENT_PAGE_ID: parent page where the DBs live.
Usage notes
- Always call
constraint_query_typesbefore expanding to constraint queries. - Use
constraint_upsert_constraintwith an event payload for audit logging when possible.
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?