Knowledge Worker Walkthrough¶
This walkthrough is for you if you use Claude for research, writing, analysis, or content creation, and want to bring your personal context and preferred tools into every conversation. You'll discover pre-built bundles on the marketplace, deploy them with one click, connect external tools via MCP servers, and teach Claude about your domain so it remembers you across sessions.
No terminal required. Everything happens in the web UI.
Who This Is For¶
You are a knowledge worker if you:
- Use Claude daily for writing, research, analysis, or domain-specific tasks
- Want Claude to remember your preferences, terminology, and past work
- Use external tools (databases, APIs, document systems) that Claude should access
- Prefer visual interfaces to command-line tools
- Want production-ready artifacts without building everything yourself
Time to complete: ~20 minutes
Complexity: Beginner (web UI only)
Prerequisites¶
What you need
- SkillMeat installed — See Quickstart Guide for one-line install (
pip install skillmeat) - SkillMeat running — Start with
skillmeat web devand open http://localhost:3000 - Claude Code or Claude Desktop — Set up and ready to use
- Internet access — To browse and download from the marketplace
- A Claude Code project (optional) — You can create one as you go
Step 1: Open the Marketplace¶
Start the SkillMeat web UI:
Wait for both servers to start, then open http://localhost:3000 in your browser.
Browse by Use Case¶
- In the left sidebar, click Marketplace
- You'll see curated bundles organized by domain:
- Writing & Content — Skills for drafting, editing, structuring documents
- Research & Analysis — Tools for literature review, data synthesis, visualization
- Knowledge Management — Context capture, memory systems, note organization
-
Integration Suites — Pre-configured tool bundles for specific workflows
-
Read the bundle description — Each shows:
- What skills it includes
- Who it's designed for
- Prerequisites (e.g., API keys for external tools)
- What you'll be able to do after installing
CLI alternative
Prefer the command line? Use skillmeat marketplace search --type bundle --query "writing" to search by keyword.
Step 2: Install a Curated Bundle¶
Pick a bundle that matches your workflow. Let's say you choose "Research Assistant Bundle" (includes research note skills, citation management, and synthesis tools).
One-Click Install¶
- Click the bundle card
- Read the Security & Permissions notice (summarizes what the bundle can access)
- Click Install to Collection
- Wait ~10 seconds — you'll see "Installation complete"
Your bundle is now in your personal collection.
What happened
SkillMeat downloaded the bundle from the marketplace, verified its authenticity, and stored it in your collection. No manual steps. No configuration required yet.
CLI alternative
In terminal: skillmeat add bundle anthropics/bundles/research-assistant
Step 3: Deploy to Your Claude Code Project¶
Now make the bundle available in Claude Code.
Deploy via Web UI¶
- Click Projects in the left sidebar
- Select your project (or create a new one by clicking New Project → name it, e.g., "My Research")
- Click the Artifacts tab
- Click Deploy and search for your bundle name
- Check the items you want to deploy (usually all by default)
- Click Deploy
You'll see a progress bar. When it completes, your artifacts are now in your project's .claude/ directory.
Verify Deployment¶
Back in the Web UI:
- Refresh the Projects tab
- Select your project and click Deployed
- You should see your bundle's artifacts listed with version info and deployment timestamps
Your Claude Code project now has the research tools ready to use.
Step 4: Set Up External Tool Access (MCP Servers)¶
Some bundles include MCP servers — these let Claude access databases, APIs, and other external tools. You configure them in the web UI without touching configuration files.
Add an MCP Server¶
- In your project view, click MCP Servers tab (if visible)
- Click Add Server
- Select the server type (e.g., "PostgreSQL", "File System", "Web Search")
- Enter connection details:
- For databases: host, port, credentials (securely stored)
- For APIs: API key or auth token
-
For file systems: path or network mount
-
Click Test Connection to verify it works
- Click Save
The MCP server is now active. When you use Claude Code with this project, Claude can query your database or access your external tools.
Credentials Security
Credentials are encrypted at rest. Never commit them to Git. SkillMeat stores them in your local collection, not in version-controlled files.
CLI alternative & Advanced Setup
For multi-server configurations or advanced options, see MCP Management Guide.
Step 5: Capture Personal Context (Memory)¶
Claude can remember your preferences and past work within a session. With the Memory System, you teach it once and it recalls across sessions.
What to Capture¶
Think about:
- Your writing style — "I prefer short paragraphs with one main idea each"
- Key terminology — Domain-specific terms, acronyms, preferred definitions
- Project context — What you're researching, the timeline, stakeholders
- Past decisions — Why you chose certain approaches (so Claude doesn't suggest the same again)
- Tool preferences — Which external tools you use and when
Add a Memory Item¶
- In your project, click Memory tab
- Click Add Memory
- Write a clear, concise note (1–3 sentences):
- Example: "I use the 'STAR framework' (Situation, Task, Action, Result) for narrative analysis. Always structure findings this way unless told otherwise."
- Example: "I prefer Chicago Manual of Style citations over APA."
-
Example: "Our research focuses on climate adaptation in Southeast Asia, 2020–2030 timeline."
-
Optionally assign a category (style, domain-knowledge, project-context, preferences)
- Click Save
Claude will see this memory when you start a conversation in Claude Code with this project.
Why This Matters
Instead of repeating "use STAR framework" every session, Claude sees your memory and adapts automatically. You save time and get more consistent outputs.
Advanced Memory Workflows
For deeper context packs and advanced memory features, see Memory System Guide.
Step 6: Verify Everything Works¶
Checklist¶
- [ ] Marketplace: You browsed bundles and installed one
- [ ] Deployed artifacts: Artifacts appear in your project's Deployed tab
- [ ] MCP servers (if applicable): You configured external tool access and tested it
- [ ] Memory items: You added at least one memory note about your domain or style
Use It in Claude Code¶
- Open Claude Code or Claude Desktop
- Load your project (open the folder or select it in the UI)
- In a conversation, reference your research:
- "Help me structure this analysis using the STAR framework"
- "Search the database for climate studies since 2020"
- "Draft a research proposal following Chicago style"
Claude has access to your artifacts, external tools, and personal memory. It adapts to your style and context automatically.
Troubleshooting¶
"Bundle won't install"¶
- Check your internet connection
- Verify the bundle is compatible with your SkillMeat version:
- In Marketplace, click the bundle → check "Requires SkillMeat v0.30+"
- In terminal:
skillmeat --version - If bundle is very new, you may need to update SkillMeat:
"MCP server test fails"¶
- Database: Check host, port, and credentials. Verify the database is running.
- API: Verify your API key is correct and hasn't expired.
- File system: Check the path exists and you have read permissions.
"Memory items don't appear in Claude"¶
- Make sure you've deployed artifacts to the project
- In Claude Code, confirm the project folder is open
- Memory appears in new conversations, not retroactively in old ones
- Check the Memory tab → your items should show status "Active"
What Just Happened¶
You've successfully:
- ✅ Discovered and installed a pre-built bundle from the marketplace
- ✅ Deployed artifacts to your Claude Code project (no CLI needed)
- ✅ Configured MCP servers to give Claude access to external tools
- ✅ Captured personal context so Claude remembers your preferences across sessions
Your knowledge work is now enhanced: Claude has your tools, understands your domain, and remembers how you work.
Next Steps¶
Now that you have artifacts and memory in place, explore deeper workflows:
- Want to customize your bundle? See Adding Artifacts Guide — find additional marketplace skills to supplement your bundle
- Need to manage versions? See Sync & Version Rollback Guide — keep artifacts up-to-date or roll back if needed
- Building your own skill? See Bundle & Composite Authoring Guide — create reusable skills for your team
- Using external databases or APIs? See MCP Management Guide — advanced server configuration and monitoring
- Teach Claude more context? See Memory System Guide — advanced memory workflows for complex domains
Getting Help¶
- Web UI help: Hover over any icon or label for tooltips
- Marketplace questions: Click a bundle → scroll to Support section
- Report issues: File an issue on GitHub
Ready to go deeper? Check out Marketplace Search & Install Guide for advanced search and lifecycle management.
Time to complete: ~20 minutes
Complexity: Beginner
Prerequisites met: ✅