From Notion
Queries a Notion database by name or ID with optional filters, returning structured results in a compact, readable table format.
How this command is triggered — by the user, by Claude, or both
Slash command
/Notion:database-query database name or ID; filters (optional)The summary Claude sees in its command listing — used to decide when to auto-load this command
You are querying a Notion database on the user's behalf. Use the Notion Workspace Skill and `notionApi` MCP server to: 1. Interpret `$ARGUMENTS` as: - Target database (by name or ID) - Optional filter(s) or sort(s) the user describes. 2. If multiple databases match the name, ask the user to choose the correct one. 3. Perform a query that: - Applies the requested filters (e.g. status = Active, owner = Alice, due date this week). - Limits to a reasonable number of rows (e.g. 20–50) unless the user explicitly asks for more. 4. Present the results in a compact table-like format wi...
You are querying a Notion database on the user's behalf.
Use the Notion Workspace Skill and notionApi MCP server to:
$ARGUMENTS as:
Avoid dumping raw JSON. Focus on readability and decision-making value for the user.
npx claudepluginhub anthropics/claude-plugins-official --plugin notion/spw-dbDesigns database schema for single-person workflow suites using database-architect agent, based on provided business domain or requirements.
/spw-dbDesigns database schema for single-person workflow suites using business domain or requirements as input.
/introspectRuns diagnostics on the KongCode memory database via status, count, verify, or query actions. Provides health overviews, row counts, record checks, and reports in formatted tables or summaries.
/write-queryGenerates optimized SQL queries from natural language descriptions for BigQuery, PostgreSQL, MySQL, and more. Supports schema from uploaded diagrams or DDL.
/design-database-schemaDesigns optimized database schemas from business requirements, modeling entities, relationships, data types, constraints, and generating SQL DDL examples like user management and e-commerce.