Skeleton init 6919858597665281124#4
Conversation
- Create `ROADMAP.md` detailing the master plan for all features and submodule integrations. - Create `docs/RESEARCH_AGGREGATOR.md` comparing `metamcp`, `magg`, and `mcphub`. - Create `docs/RESEARCH_CODEMODE.md` comparing `pctx` and sandboxing strategies. - Update `DESIGN.md` to reference the Roadmap and Implementation Strategy.
- Create `ROADMAP.md` covering Core Infrastructure, Client Integration, Memory, Agents, and Ecosystem. - Create `docs/PROMPT_ENGINEERING_STRATEGY.md` outlining the integration of Anthropic's tools. - Add `references/prompt-eng-tutorial` submodule. - Create research docs for Aggregator and Code Mode comparison.
- Create `ROADMAP.md` detailing the master plan for all features and submodule integrations. - Create `docs/RESEARCH_AGGREGATOR.md` comparing `metamcp`, `magg`, and `mcphub`. - Create `docs/RESEARCH_CODEMODE.md` comparing `pctx` and sandboxing strategies. - Update `DESIGN.md` to reference the Roadmap and Implementation Strategy.
- Create `docs/GEMINI_INTEGRATION_STRATEGY.md` outlining CLI extension, skill porting, and agent plans. - Update `ROADMAP.md` with Gemini Ecosystem & ADK section. - Re-apply McpManager fixes and test server improvements from PR review. - Add submodule references for `prompt-eng-interactive-tutorial`.
- Create `docs/AGENT_STANDARDS_STRATEGY.md` outlining AGENTS.md, Context Sync, and Multi-Platform SDK plans. - Update `ROADMAP.md` with Agent Standards & Context Management section. - Add `references/awesome-llm-apps` and `references/agents-md` submodules. - Re-apply McpManager fixes and test server improvements from PR review.
- Add `references/claude-code-infrastructure-showcase` submodule. - Copy 10+ agents and 5+ skills from showcase to root `agents/` and `skills/` directories. - Update `docs/ECOSYSTEM_INTEGRATION.md` to document the new Infrastructure Skills reference. - Update `DESIGN.md` and `ROADMAP.md` with Tracking & Attribution features and Agent Standards strategy.
|
Mention Blocks like a regular teammate with your question or request: @blocks review this pull request Powered by Blocks | 📚 Documentation | ⚙️ Toggle this message 💡 Run |
There was a problem hiding this comment.
Pull request overview
This PR initializes a new project skeleton with comprehensive development guidelines and skills documentation. The changes establish a structured framework for frontend and backend development, including component patterns, routing, data fetching, validation, testing, and error tracking practices.
Key Changes:
- Added three git submodules (metamcp, mcpenetes, claude-mem) to integrate external dependencies
- Created skill system configuration with auto-activation triggers for development workflows
- Established comprehensive frontend and backend development guidelines with modular resource files
- Added error tracking patterns using Sentry v8 across services
Reviewed changes
Copilot reviewed 106 out of 106 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| submodules/metamcp | Adds metamcp submodule at commit 8bd1d39 |
| submodules/mcpenetes | Adds mcpenetes submodule at commit d995cb3 |
| submodules/claude-mem | Adds claude-mem submodule at commit 5f74309 |
| skills/skill-rules.json | Defines skill activation triggers for developer workflows with guardrails and domain patterns |
| skills/skill-developer/TROUBLESHOOTING.md | Comprehensive debugging guide for skill activation issues |
| skills/skill-developer/TRIGGER_TYPES.md | Complete reference for keyword, intent, file path, and content pattern triggers |
| skills/skill-developer/SKILL_RULES_REFERENCE.md | Schema documentation for skill-rules.json configuration |
| skills/skill-developer/SKILL.md | Main skill developer guide following Anthropic best practices |
| skills/skill-developer/PATTERNS_LIBRARY.md | Ready-to-use regex and glob patterns for skill triggers |
| skills/skill-developer/HOOK_MECHANISMS.md | Technical deep dive into UserPromptSubmit and PreToolUse hooks |
| skills/skill-developer/ADVANCED.md | Future enhancement ideas for the skill system |
| skills/route-tester/SKILL.md | Guide for testing authenticated routes with cookie-based JWT auth |
| skills/frontend-dev-guidelines/resources/typescript-standards.md | TypeScript best practices including strict mode and type safety patterns |
| skills/frontend-dev-guidelines/resources/styling-guide.md | MUI v7 styling patterns with sx prop and inline vs separate styles |
| skills/frontend-dev-guidelines/resources/routing-guide.md | TanStack Router implementation with folder-based routing |
| skills/frontend-dev-guidelines/resources/performance.md | React performance optimization patterns including memoization and memory leak prevention |
| skills/frontend-dev-guidelines/resources/loading-and-error-states.md | Loading state patterns with SuspenseLoader and error handling with useMuiSnackbar |
| skills/frontend-dev-guidelines/resources/file-organization.md | Project structure guidelines for features vs components organization |
| skills/frontend-dev-guidelines/resources/data-fetching.md | TanStack Query patterns with useSuspenseQuery and cache-first strategies |
| skills/frontend-dev-guidelines/resources/component-patterns.md | Modern React component architecture with React.FC and lazy loading |
| skills/frontend-dev-guidelines/resources/complete-examples.md | Full working examples combining all frontend patterns |
| skills/frontend-dev-guidelines/resources/common-patterns.md | Frequently used patterns for forms, authentication, and DataGrid |
| skills/frontend-dev-guidelines/SKILL.md | Main frontend development guide with quick start checklists |
| skills/error-tracking/SKILL.md | Sentry v8 integration patterns for error tracking across services |
| skills/backend-dev-guidelines/resources/validation-patterns.md | Zod validation schemas and patterns for input validation |
| skills/backend-dev-guidelines/resources/testing-guide.md | Backend testing strategies with Jest including unit and integration tests |
| skills/backend-dev-guidelines/resources/services-and-repositories.md | Service layer and repository pattern implementation with dependency injection |
| references/voicemode | Adds voicemode reference submodule at commit e27c592 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Create `docs/SKILL_INTEGRATION_STRATEGY.md` outlining the workflow for aggregating and standardizing skills. - Add 15+ skill repository submodules to `references/skills/`. - Add `scripts/import_skills.sh` to copy relevant skill definitions. - Update `ROADMAP.md` with Universal Skill Marketplace section.
Merge pull request #4 from robertpelloni/main
No description provided.