[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-makenotion-research-documentation-en":3,"guides-for-makenotion-research-documentation":335,"similar-k178ma41gb2rbs6y2wbkwvhes986mcst-en":336},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":232,"parentExtension":246,"providers":247,"relations":252,"repo":254,"tags":331,"workflow":332},1778692636224.9626,"k178ma41gb2rbs6y2wbkwvhes986mcst",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.",{"claudeCode":12},"makenotion/notion-cookbook","notion-research-documentation","https://github.com/makenotion/notion-cookbook",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":238},1778692697417.018,"kn7789t8nxtc3whfqk8vztxyqh86mfj8","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of scattered information across Notion, the goal of creating structured research documentation, and the specific users who would benefit.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by integrating Notion search, fetch, synthesis, and creation capabilities to automate a complex research workflow.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill fully covers its stated use case of creating research documentation from Notion pages, providing a complete workflow from search to output.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single, coherent workflow of researching and documenting information within Notion.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of searching, synthesizing, and documenting Notion content.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like 'Notion:notion-search', 'Notion:notion-fetch', and 'Notion:notion-create-pages', avoiding generalist command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details parameters for search, fetch, and create operations, including filters and page placement logic.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'notion-search', 'notion-fetch', and 'notion-create-pages' are descriptive and specific to the Notion domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters appear to be well-defined (e.g., query, filters, page_id, content) and output is focused on creating Notion pages, not verbose dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT License, which is permissive and widely usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance activity.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to rely on external third-party dependencies beyond the Notion MCP tools.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets directly; relies on the Notion MCP environment for authentication.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses scoped Notion tools and does not appear to execute arbitrary code or fetch untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled Notion tools and does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill interacts only with the Notion API via provided tools and does not modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's documented outbound calls are limited to Notion API interactions and do not submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks and descriptions are clean ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described in SKILL.md and does not involve obfuscated or dynamically fetched code execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill interacts with Notion via tool calls and does not make assumptions about user project file structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","No open issues were found in the last 90 days, and no closed issues were found, suggesting a well-maintained or less active project.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a meaningful version indicated by the `pushedAt` date and the `name` in the SKILL.md frontmatter aligns with the repository structure.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The tool definitions imply structured inputs and outputs managed by the Notion MCP, which would handle validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Creating Notion pages is a destructive operation, but it is guarded by the explicit user request and the nature of the Notion API interaction.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","Error handling is assumed to be managed by the Notion MCP and the underlying Notion API, with clear error messages expected.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is read-only in terms of local file system interaction and focuses on API calls, thus local audit logging is not applicable.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on Notion data and relies on the Notion API; personal data handling is within Notion's GDPR compliance framework.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the Notion MCP and Notion API, which are platform-agnostic, ensuring broad runtime stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a good overview of the repository's contents, including examples and skills.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill utilizes a small, focused set of Notion MCP tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used (search, fetch, create) are distinct and do not overlap in functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as searching and creating documentation, are directly implemented through the Notion MCP tools.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The SKILL.md and README provide clear instructions for using the skill with Notion MCP, including example invocations.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error handling is assumed to be provided by the Notion MCP and Notion API, which typically offer actionable error messages.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill relies on the Notion MCP environment and does not bundle or manage its own third-party script dependencies.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","While creating Notion pages is a state change, a specific dry-run flag isn't evident, but the user is prompted for creation, providing a form of preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","Idempotency and retries are assumed to be handled by the underlying Notion API and MCP framework.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","No telemetry is emitted by the skill itself; reliance is on the host environment's telemetry policies.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the artifact (Notion pages), the user intent (research, synthesize, document), and the context for use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name and core purpose, followed by workflow steps.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and concise, deferring detailed format guides to separate reference files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed formatting guides are appropriately placed in separate reference files, linked from the main SKILL.md.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill that would flood the session; it directly creates documentation.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient examples are provided, demonstrating end-to-end workflows for market research, technical investigation, and trip planning.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents common issues like 'No results found' and 'Too many results' with corresponding recovery steps.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill exclusively uses Notion MCP tools and does not have external tool dependencies that would require a fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md instructs the user to halt on unexpected states like 'No results found' or 'Too many results', prompting for alternative actions.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on Notion interactions without implicitly relying on other skills.",1778692697312,"This skill searches across a Notion workspace, synthesizes information from multiple pages, and creates new Notion pages with structured documentation, citations, and actionable insights.",[195,196,197,198,199],"Search Notion workspace for relevant information","Fetch and analyze content from multiple Notion pages","Synthesize findings into coherent summaries","Create new Notion pages with structured documentation","Include citations linking back to source pages",[201,202,203],"Managing Notion workspace permissions or settings","Performing actions outside the Notion ecosystem","Replacing manual content creation entirely for highly nuanced creative writing","3.0.0","4.4.0","To transform scattered information within a Notion workspace into well-structured, comprehensive research documentation, saving users time and effort.","All checks passed or were not applicable, indicating a high-quality, well-documented, and secure skill.",100,"Automates Notion research documentation creation with comprehensive search, synthesis, and citation capabilities.",[211,212,213,214,215],"notion","documentation","research","synthesis","writing","global","verified",[219,220,221,222],"Generating market research reports from Notion notes","Creating technical summaries of system architecture from documentation","Planning group trips by synthesizing travel notes and external research","Compiling research findings into a structured knowledge base",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},true,1778692678382,{"descriptionLength":228,"readmeSize":229},255,2177,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"openIssues90d":8,"pushedAt":233,"stars":234},34,false,1778680768000,112,{"hasNpmPackage":232,"license":236,"smitheryVerified":232},"MIT",{"hasCi":225,"hasTests":232},{"updatedAt":239},1778692697417,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":244,"type":245},"skills/claude/research-documentation","makenotion","notion-cookbook","research-documentation","skill",null,{"evaluate":248,"extract":250},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":249,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":251},"HEAD",{"repoId":253},"kd78q5pd468r50e2cfq1g8wqfx86nakb",{"_creationTime":255,"_id":253,"identity":256,"providers":257,"workflow":327},1778692631879.0542,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":258,"discover":321,"github":324},{"commitSha":251,"extensions":259},[260,278,294,307],{"basePath":261,"description":262,"displayName":263,"installMethods":264,"rationale":265,"selectedPaths":266,"source":277,"sourceLanguage":18,"type":245},"skills/claude/knowledge-capture","Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.","notion-knowledge-capture",{"claudeCode":12},"SKILL.md frontmatter at skills/claude/knowledge-capture/SKILL.md",[267,270,273,275],{"path":268,"priority":269},"SKILL.md","mandatory",{"path":271,"priority":272},"examples/conversation-to-faq.md","low",{"path":274,"priority":272},"examples/decision-capture.md",{"path":276,"priority":272},"examples/how-to-guide.md","rule",{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":277,"sourceLanguage":18,"type":245},"skills/claude/meeting-intelligence","Prepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with comprehensive background and structured meeting docs.","notion-meeting-intelligence",{"claudeCode":12},"SKILL.md frontmatter at skills/claude/meeting-intelligence/SKILL.md",[285,286,288,290,292],{"path":268,"priority":269},{"path":287,"priority":272},"examples/customer-meeting.md",{"path":289,"priority":272},"examples/executive-review.md",{"path":291,"priority":272},"examples/project-decision.md",{"path":293,"priority":272},"examples/sprint-planning.md",{"basePath":241,"description":10,"displayName":13,"installMethods":295,"rationale":296,"selectedPaths":297,"source":277,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/claude/research-documentation/SKILL.md",[298,299,301,303,305],{"path":268,"priority":269},{"path":300,"priority":272},"examples/competitor-analysis.md",{"path":302,"priority":272},"examples/market-research.md",{"path":304,"priority":272},"examples/technical-investigation.md",{"path":306,"priority":272},"examples/trip-planning.md",{"basePath":308,"description":309,"displayName":310,"installMethods":311,"rationale":312,"selectedPaths":313,"source":277,"sourceLanguage":18,"type":245},"skills/claude/spec-to-implementation","Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.","notion-spec-to-implementation",{"claudeCode":12},"SKILL.md frontmatter at skills/claude/spec-to-implementation/SKILL.md",[314,315,317,319],{"path":268,"priority":269},{"path":316,"priority":272},"examples/api-feature.md",{"path":318,"priority":272},"examples/database-migration.md",{"path":320,"priority":272},"examples/ui-component.md",{"sources":322},[323],"manual",{"closedIssues90d":8,"description":325,"forks":231,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":229,"stars":234,"topics":326},"Hub for getting started with Notion, including documentation, customizable scripts, and quick-start guides.",[],{"classifiedAt":328,"discoverAt":329,"extractAt":330,"githubAt":330,"updatedAt":328},1778692636045,1778692631879,1778692634238,[212,211,213,214,215],{"evaluatedAt":239,"extractAt":333,"updatedAt":334},1778692636225,1778692763961,[],[337,365,394,417,443,465],{"_creationTime":338,"_id":339,"community":340,"display":341,"identity":347,"providers":351,"relations":358,"tags":361,"workflow":362},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":342,"installMethods":343,"name":345,"sourceUrl":346},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":344},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":348,"githubOwner":349,"githubRepo":350,"locale":18,"slug":345,"type":245},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":352,"extract":357},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":353,"targetMarket":216,"tier":217},[354,212,213,355,356],"search","information-retrieval","multi-agent",{"commitSha":251},{"parentExtensionId":359,"repoId":360},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[212,355,356,213,354],{"evaluatedAt":363,"extractAt":364,"updatedAt":363},1778699449790,1778699234184,{"_creationTime":366,"_id":367,"community":368,"display":369,"identity":375,"providers":379,"relations":387,"tags":390,"workflow":391},1778695548458.4038,"k179pva4fdcsabphehnng6njts86mb8k",{"reviewCount":8},{"description":370,"installMethods":371,"name":373,"sourceUrl":374},"Survey and synthesize theoretical literature on a specific topic, identifying seminal papers, key results, open problems, and cross-domain connections. Use when starting research on an unfamiliar theoretical topic, writing a literature review for a paper or thesis, identifying open problems and research gaps, finding cross-domain connections, or evaluating the novelty of a proposed theoretical contribution against existing work.\n",{"claudeCode":372},"pjt222/agent-almanac","survey-theoretical-literature","https://github.com/pjt222/agent-almanac",{"basePath":376,"githubOwner":377,"githubRepo":378,"locale":18,"slug":373,"type":245},"skills/survey-theoretical-literature","pjt222","agent-almanac",{"evaluate":380,"extract":386},{"promptVersionExtension":204,"promptVersionScoring":205,"score":381,"tags":382,"targetMarket":216,"tier":217},99,[213,383,214,384,385],"literature-review","theoretical-science","academic",{"commitSha":251},{"parentExtensionId":388,"repoId":389},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[385,383,213,214,384],{"evaluatedAt":392,"extractAt":393,"updatedAt":392},1778701846608,1778695548458,{"_creationTime":395,"_id":396,"community":397,"display":398,"identity":402,"providers":404,"relations":413,"tags":414,"workflow":415},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":399,"installMethods":400,"name":401,"sourceUrl":374},"Guide a person in becoming a better teacher and explainer. AI coaches content structuring, audience calibration, explanation clarity, Socratic questioning technique, feedback interpretation, and reflective practice for technical presentations, documentation, and mentoring. Use when a person needs to present technical content and wants preparation coaching, wants to write better documentation or tutorials, struggles to explain concepts across expertise levels, is mentoring a colleague, or is preparing for a talk or knowledge-sharing session.\n",{"claudeCode":372},"teach-guidance",{"basePath":403,"githubOwner":377,"githubRepo":378,"locale":18,"slug":401,"type":245},"skills/teach-guidance",{"evaluate":405,"extract":412},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":406,"targetMarket":216,"tier":217},[407,408,409,212,410,411],"teaching","coaching","presentation","explanation","guidance",{"commitSha":251},{"parentExtensionId":388,"repoId":389},[408,212,410,411,409,407],{"evaluatedAt":416,"extractAt":393,"updatedAt":416},1778701952682,{"_creationTime":418,"_id":419,"community":420,"display":421,"identity":425,"providers":427,"relations":439,"tags":440,"workflow":441},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":422,"installMethods":423,"name":424,"sourceUrl":374},"Prepare an organisation for regulatory inspection by assessing readiness against agency-specific focus areas (FDA, EMA, MHRA). Covers warning letter and 483 theme analysis, mock inspection protocols, document bundle preparation, inspection logistics, and response template creation. Use when a regulatory inspection has been announced or is anticipated, when a periodic self-assessment is due, when new systems have been implemented since the last inspection, or after a significant audit finding that may attract regulatory attention.\n",{"claudeCode":372},"prepare-inspection-readiness",{"basePath":426,"githubOwner":377,"githubRepo":378,"locale":18,"slug":424,"type":245},"skills/prepare-inspection-readiness",{"evaluate":428,"extract":438},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":429,"targetMarket":216,"tier":217},[430,431,432,433,434,435,436,212,437],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":251},{"parentExtensionId":388,"repoId":389},[430,212,434,433,431,432,435,437,436],{"evaluatedAt":442,"extractAt":393,"updatedAt":442},1778700122939,{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":451,"providers":453,"relations":461,"tags":462,"workflow":463},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":448,"installMethods":449,"name":450,"sourceUrl":346},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":344},"deepinit",{"basePath":452,"githubOwner":349,"githubRepo":350,"locale":18,"slug":450,"type":245},"skills/deepinit",{"evaluate":454,"extract":460},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":455,"targetMarket":216,"tier":217},[212,456,457,458,459],"codebase","agent","typescript","javascript",{"commitSha":251},{"parentExtensionId":359,"repoId":360},[457,456,212,459,458],{"evaluatedAt":464,"extractAt":364,"updatedAt":464},1778699437749,{"_creationTime":466,"_id":467,"community":468,"display":469,"identity":475,"providers":479,"relations":487,"tags":489,"workflow":490},1778699106670.4255,"k173sze6h2kdjhyfbveynf98t586n5wt",{"reviewCount":8},{"description":470,"installMethods":471,"name":473,"sourceUrl":474},"Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.",{"claudeCode":472},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":476,"githubOwner":477,"githubRepo":478,"locale":18,"slug":473,"type":245},"skills/readme-i18n","xixu-me","skills",{"evaluate":480,"extract":486},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":481,"targetMarket":216,"tier":217},[482,212,483,484,485],"localization","internationalization","markdown","github",{"commitSha":251},{"repoId":488},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[212,485,483,482,484],{"evaluatedAt":491,"extractAt":492,"updatedAt":493},1778699174967,1778699106670,1778699384013]