secondme-dev-assistant
π―Skillfrom mindverse/second-me-skills
Same repository
mindverse/second-me-skills(6 items)
Installation
npx vibeindex add mindverse/second-me-skills --skill secondme-dev-assistantnpx skills add mindverse/second-me-skills --skill secondme-dev-assistant~/.claude/skills/secondme-dev-assistant/SKILL.mdMore from this repository5
One-click SecondMe integration project creation skill that sequentially executes initialization, product requirement definition, and Next.js project generation for building applications with the SecondMe AI platform's chat, profile, and note APIs.
Generates a complete Next.js project based on SecondMe initialization config and PRD, including Prisma schema setup, environment configuration, module-specific code generation, and frontend UI using the frontend-design skill.
Defines product requirements for SecondMe integration projects through conversational interaction, collecting application goals, target users, feature preferences based on selected API modules (chat, profile, note, act), and design preferences.
Initializes SecondMe project configuration by parsing App Info credentials, detecting available API scopes, selecting functional modules (auth, chat, profile, note), and generating state.json and CLAUDE.md for the development workflow.
Complete SecondMe API technical reference covering OAuth2 authorization flow, token exchange with camelCase response format, API endpoints for user info, chat streaming, notes, and detailed error handling for the SecondMe integration platform.