Files
our-claude-skills/official-skils-collection/notion-research-documentation/evaluations/basic-research.json
Andrew Yim 341d5f5a5b Initial commit: Claude Skills Factory with 8 refined custom skills
Custom Skills (ourdigital-custom-skills/):
- 00-ourdigital-visual-storytelling: Blog featured image prompt generator
- 01-ourdigital-research-publisher: Research-to-publication workflow
- 02-notion-organizer: Notion workspace management
- 03-research-to-presentation: Notion research to PPT/Figma
- 04-seo-gateway-strategist: SEO gateway page strategy planning
- 05-gateway-page-content-builder: Gateway page content generation
- 20-jamie-brand-editor: Jamie Clinic branded content GENERATION
- 21-jamie-brand-guardian: Jamie Clinic content REVIEW & evaluation

Refinements applied:
- All skills converted to SKILL.md format with YAML frontmatter
- Added version fields to all skills
- Flattened nested folder structures
- Removed packaging artifacts (.zip, .skill files)
- Reorganized file structures (scripts/, references/, etc.)
- Differentiated Jamie skills with clear roles

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 17:56:04 +09:00

29 lines
1.7 KiB
JSON

{
"name": "Basic Research and Documentation",
"skills": ["research-documentation"],
"query": "Research our API authentication approach and create a summary document in Notion",
"expected_behavior": [
"Searches Notion workspace for authentication-related pages using Notion:notion-search",
"Uses appropriate search terms like 'API authentication', 'auth', 'API security'",
"Applies filters if relevant (e.g., created_date_range, creator filters)",
"Fetches at least 2-3 relevant pages using Notion:notion-fetch to get detailed content",
"Analyzes the fetched content to extract key information about authentication approach",
"Creates a structured research summary document using Research Summary format (see reference/formats.md)",
"Includes sections: Executive Summary, Key Findings, Detailed Analysis, Recommendations, Sources",
"Cites source pages using <mention-page> tags for proper linking",
"Uses Notion:notion-create-pages to save the document to Notion",
"Applies Notion-flavored markdown with headings, bullets, and clear structure",
"Places document appropriately (asks user or uses project/research area)"
],
"success_criteria": [
"Document contains synthesized information from multiple searched pages",
"At least 2-3 source pages are cited with mention-page tags",
"Document follows Research Summary format structure from reference/formats.md",
"Title is descriptive with topic and date (e.g., 'API Authentication Research - Oct 2025')",
"Content is concise but comprehensive with clear findings",
"Uses Notion markdown correctly (headings, lists, mentions)",
"Document is placed in appropriate location or user is consulted"
]
}