II.
Page JSON
Structured · livepage:docs-reference-repos-glitternetwork-pinme-research
glitternetwork/pinme json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-reference-repos-glitternetwork-pinme-research",
"_kind": "Page",
"_file": "wiki/docs/reference-repos/glitternetwork/pinme/research.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/reference-repos/glitternetwork/pinme/research.md",
"sourceKind": "repo-docs",
"title": "glitternetwork/pinme",
"displayName": "glitternetwork/pinme",
"slug": "docs/reference-repos/glitternetwork/pinme/research",
"articlePath": "wiki/docs/reference-repos/glitternetwork/pinme/research.md",
"article": "\n# glitternetwork/pinme\n\n- **Archetype**: tool-with-skills\n- **Stars**: 3,172\n- **Last pushed**: 2026-04-11\n- **License**: MIT\n- **Discovered**: 2026-04-12\n- **Skills found**: 2\n\n## Summary\n\nA zero-config frontend deployment tool supporting IPFS uploads and full-stack project deployment (React+Vite + Cloudflare Worker + D1 database). Ships with 2 Claude Code skills: `pinme` (main deployment orchestrator with decision tree for static vs full-stack paths) and `pinme-api` (API/backend-focused). The deployment skill uses a graphviz decision tree to route between simple file upload (no login required) and full-stack project creation (with Workers, D1, email support).\n\n## Assessment\n\nModerate value. The deployment orchestration pattern (decision tree routing between deployment paths) is transferable. The skill demonstrates a clean decision-tree pattern using graphviz dot notation within SKILL.md for workflow visualization. The dual-path architecture (simple upload vs full-stack) shows how to structure skills that handle varying complexity levels.\n\n## Extraction Priority\n- Low\n- Rationale: Very tool-specific (PinMe platform). The deployment decision-tree pattern is reusable but the actual skills are tightly coupled to the PinMe CLI/platform.\n\n## Processes\n\n### 1. Frontend Deployment Decision Process\n- **Source skills**: pinme\n- **Placement**: `specializations/shared/frontend-deployment-decision.js`\n- **Description**: Generic deployment decision process: analyze project type -> determine deployment target -> select deployment strategy (static/SSR/full-stack) -> execute deployment -> return preview URL. Adaptable to any deployment platform.\n\n## Plugin Ideas\n\n- **IPFS Deployment plugin**: Add IPFS-based deployment as a babysitter task executor for decentralized hosting workflows. Category: DevOps.\n- **Deployment Orchestrator plugin**: Multi-platform deployment with decision routing based on project analysis (Vercel, Cloudflare, IPFS, etc.). Category: CI/CD.\n\n## Patterns\n\n- Graphviz dot notation in SKILL.md for workflow visualization\n- Dual-path skill design (simple vs complex workflow branching)\n- No-login-required path for low-friction operations\n- Decision diamond routing based on project requirements analysis\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Frontend Deployment Decision Process | NEW | Generic deployment decision workflow with project analysis and strategy selection | - | specializations/shared/frontend-deployment-decision.js |\n| Dual-Path Workflow Design | NEW | Simple vs complex workflow branching pattern with decision diamond routing | - | specializations/shared/dual-path-workflow-design.js |\n| Project Type Analysis for Deployment | NEW | Analyze frontend projects to determine appropriate deployment strategy | - | specializations/frontend/project-type-analysis-deployment.js |\n| IPFS Deployment Workflow | NEW | Decentralized hosting deployment process via IPFS | - | specializations/devops-sre-platform/ipfs-deployment-workflow.js |\n| Full-Stack Project Deployment | NEW | Complete deployment for React + Cloudflare Worker + D1 database stacks | - | specializations/frontend/fullstack-project-deployment.js |\n| Workflow Visualization with Graphviz | NEW | Decision tree and workflow visualization using dot notation in documentation | - | specializations/shared/workflow-visualization-graphviz.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| IPFS Deployment Integration | NEW | IPFS CLI integration for decentralized hosting workflows | - | plugins/a5c/marketplace/blueprints/ipfs-deployment-integration/ |\n| Multi-Platform Deployment Orchestrator | NEW | Deployment routing with Vercel, Cloudflare, IPFS integration based on project analysis | - | plugins/a5c/marketplace/blueprints/multi-platform-deployment-orchestrator/ |\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-reference-repos",
"to": "page:docs-reference-repos-glitternetwork-pinme-research",
"kind": "contains_page"
}
]
}