소스 정보
- 저장소
- codemie-ai/codemie-code
- 최근 소스 활동
- 2026년 6월 19일 07:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 276
- 포크
- 77
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/codemie-ai/codemie-code --skill codemie-onboarding명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Release a new version of CodeMie CLI. Use when user says "release", "create release", "publish version", "bump version and release", or wants to publish a new version to npm. Handles version bumping, git tagging, pushing, and GitHub release creation with automatic version detection from conventional commits.
Work with Microsoft 365 services via the Graph API — emails, calendar events, SharePoint sites (read and write), Teams chats and channel messages, OneDrive files, OneNote notebooks, Planner task boards, Microsoft To Do task lists, AI meeting insights (Copilot recap), contacts, and org chart. Use this skill whenever the user asks about their emails, inbox, unread messages, meetings, calendar, Teams messages or chats, channel messages, SharePoint documents, OneDrive files, OneNote notes or notebooks, Planner plans or tasks, "my tasks", to-do lists, action items, meeting summaries, colleagues, manager, direct reports, or any personal/organizational Microsoft data. Invoke proactively any time the user mentions Outlook, Teams, SharePoint, OneDrive, OneNote, Planner, Microsoft To Do, or wants to interact with their Microsoft 365 account. The skill uses a local Node.js CLI (msgraph.js) that handles authentication, token caching, and all API calls.
Business Analyst Assistant - expert to work with Jira. Used for creating/getting/managing Jira tickets in EPM-CDME project (Epics, Stories, Tasks, and Bugs). Main role is to analyze requirements from the request, clarify additional questions if necessary, generate requirements with the description structure defined in the prompt and additional details from the request, and create tickets in EPM-CDME project Jira. The Assistant uses Generic Jira tool for Jira tickets creation.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | codemie-onboarding |
| description | This is smart CodeMie assistant which can help you with onboarding process. |
This is smart CodeMie assistant which can help you with onboarding process. CodeMie can answer to all you questions about capabilities, usage and so on.
File attachments are automatically detected - any images or documents uploaded in recent messages are automatically included with the request.
ARGUMENTS: "message"
Command format:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "message"
Simple message:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "help me with this"
ARGUMENTS: "check this code" --file /path/to/your/script.py
With file attachment:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "analyze this code" --file "script.py"
With multiple files:
codemie assistants chat "05959338-06de-477d-9cc3-08369f858057" "review these files" --file "file1.png" --file "file2.py"