# Examples

> Application design scenarios and reference implementations. This skill should be used when the user needs complete application examples, tool call patterns, or end-to-end workflow references.

- Skill: `agents-store/examples-7` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add agents-store/examples-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agents-store/examples-7/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agents-store (https://skillmd.com/u/agents-store)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agents-store/examples-7

---


# Examples & References

This skill provides complete application design scenarios for NocoBase platform development.

## Reference Files

| File | Description |
|------|-------------|
| [crm-application.md](references/scenarios/crm-application.md) | Complete CRM application design with collections, relations, workflows, and UI |
| [project-management.md](references/scenarios/project-management.md) | Project management app with tasks, timelines, and kanban boards |
| [tool-patterns.md](references/mcp/tool-patterns.md) | Exact MCP tool call patterns with input/output examples for all 15 tools |
| [workflow-examples.md](references/mcp/workflow-examples.md) | Multi-step MCP workflows — build pages, seed data, audit application |

## NocoBase Feature Overview

### Data Modeling
- Collections (tables) with 20+ field types
- Relations: hasOne, hasMany, belongsTo, belongsToMany
- Inheritance and tree structures
- Formula and sequence fields

### Workflows
- Collection event triggers (CRUD)
- Scheduled triggers (cron)
- Action triggers (button click)
- 10+ node types: condition, query, create, update, delete, request, manual, loop, parallel, delay

### UI Blocks
- Table, Form, Details, Kanban, Calendar, Gantt, Chart, List, Grid Card, Markdown, Iframe
- Configurable actions (CRUD, export, custom)
- Field components and layout

### Plugin System
- Server-side: collections, actions, resources, middleware, migrations
- Client-side: components, schema initializers, settings
- Full lifecycle management

