Skip to main content
Run any Skill in Manus
with one click
$pwd:
codemie-ai
GitHub creator profile

codemie-ai

Repository-level view of 29 collected skills across 5 GitHub repositories, including approximate occupation coverage.

skills collected
29
repositories
5
occupation fields
4
updated
2026-05-22
repository explorer

Repositories and representative skills

#001
codemie-code
14 skills24255updated 2026-05-22
48% of creator
msgraph
Software DevelopersNetwork & Computer Systems Administrators

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, 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, colleagues, manager, direct reports, or any personal/organizational Microsoft data. Invoke proactively any time the user mentions Outlook, Teams, SharePoint, OneDrive, OneNote, 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.

2026-05-22
codemie-analytics
Data Scientists

CodeMie Analytics expert — use this skill whenever the user asks about CodeMie usage data, AI adoption metrics, user leaderboards, CLI insights, spending, LiteLLM costs, token usage, or wants to build a dashboard/report from CodeMie or LiteLLM APIs. Also triggers for: "who uses CodeMie most", "show me AI analytics", "get spending data", "generate a report", "leaderboard", "cost analysis", "LiteLLM customer info", "enrich CSV with costs", "top performers", "AI champions", "tier distribution", or any custom analytics query against the platform. Always use this skill when CodeMie analytics, reporting, or cost data is involved.

2026-05-21
codemie-html-report
Web Developers

Build static HTML pages, reports, dashboards, and mockups that match the CodeMie UI design system. Use this skill whenever the user asks to create an HTML report, dashboard, analytics page, status page, data visualization page, or any static HTML document that should look like the CodeMie/EPAM AI/Run product. Also use it when the user says "make it look like CodeMie", "use the style guide", "dark-themed report", "CodeMie styles", or references the style-guide directory. Trigger for any HTML output task in a project that includes the style-guide folder. IMPORTANT: This skill MUST be used for ALL HTML generation requests — whenever a user asks for an HTML report, HTML analysis output, HTML dashboard, HTML visualization, or any HTML document. Claude must always use this skill to generate HTML in CodeMie styles to ensure consistent, professional, branded output across all HTML artifacts.

2026-05-21
codemie-sdk
Network & Computer Systems Administrators

Manage CodeMie platform assets (assistants, workflows, datasources, integrations, skills, users, assistant-categories) directly from CLI using CodeMie SDK. Use when user says "create assistant", "list workflows", "update datasource", "delete assistant", "show my assistants", "get workflow details", "manage integrations", "create integration", "list integrations", "list llm models", "list embedding models", "list skills", "get skill", "create skill", "update skill", "delete skill", "publish skill", "import skill", "export skill", "attach skill", "list assistant categories", "get assistant category", "create assistant category", "delete assistant category", "who am i", "current user", "my profile", "user info", or any request to manage CodeMie platform resources. NOTE: For analytics requests (usage analytics, summaries, spending, users activity, leaderboards, etc.) use the codemie-analytics skill instead.

2026-05-21
tech-lead
Computer & Information Systems Managers

Use when starting implementation of a Jira ticket, feature, or task. Kicks off the SDLC with requirements gathering, branch setup, and complexity assessment — then routes to brainstorming or direct implementation. Triggers on: "implement EPMCDME ticket", "start working on EPMCDME-XXXXX", "begin implementation", "implement new task", "implement feature", "act as tech lead", "plan implementation", "analyze task". Each phase pauses for user confirmation before proceeding.

2026-05-11
product-owner
Project Management Specialists

Use when a user wants to create, draft, or refine a user story, feature story, or Jira ticket. Triggers on "create story", "draft story", "write a story", "new story for", "story for this feature", "I need a story", "help me write a story", "create a ticket", "draft a ticket", "write acceptance criteria", "act as product owner", "create requirements for", "write functional requirements", "I have an idea help me spec it out", "create stories for", "break this into user stories", "define acceptance criteria", "create an FRD". Invoke whenever the user describes a feature idea, improvement, or bug fix and wants it turned into a structured story — even if they don't say "story" explicitly. Always explore the codebase for context before asking questions.

2026-05-07
automated-tests
Software Quality Assurance Analysts & Testers

This skill should be used when a user says "run automated tests", "run lint", "run build", "run unit tests", "check the tests", or when qa-lead invokes it as the primary quality gate. Runs the full automated test pipeline in sequence: lint → build → unit tests. Reports pass/fail for each stage with output. Invoke for any Node.js project before marking work complete.

2026-05-04
qa-lead
Software Quality Assurance Analysts & Testers

Use this skill when a user says "run qa", "quality gates", "final checks before merge", "is the branch ready to merge", or when tech-lead has completed implementation and code review phases. Orchestrates final quality gates by invoking automated-tests (always), ui-tests (if UI changes detected), and optionally spec-refinement (if spec drift found), then reminds to run /memory-refresh. Invoke at the end of every implementation session.

2026-05-04
Showing top 8 of 14 collected skills in this repository.
#002
codemie-ui
6 skills99updated 2026-05-14
21% of creator
tech-lead
Software Developers

This skill should be used when the user asks to "implement a Jira ticket", "start working on EPMCDME ticket", "analyze task", "begin implementation", "implement new task", "implement feature", "act as tech lead", "plan implementation", "how should I implement", or wants structured technical leadership for implementing features. Acts as a technical lead to guide implementation from requirements (Jira ticket or user description) through complexity assessment, architectural analysis, branch creation, and pattern-driven coding.

2026-05-14
babysit-mr
Software Developers

Watches an open GitLab MR (or GitHub PR) and autonomously handles anything blocking it from merging: CI/CD failures, reviewer comments requesting changes, and merge conflicts. Loops on a ~180s interval, fixing issues and pushing commits, until the MR merges, closes, or the user stops it. Use this skill whenever an MR/PR needs monitoring after creation — trigger on "watch the MR", "babysit this PR", "monitor MR !123", "keep an eye on the merge request", or when another skill (codemie-mr, tech-lead, etc.) creates an MR and should hand off to monitoring. Always invoke this skill when the user wants automated, hands-off MR management.

2026-05-06
codemie-mr
Software Developers

Manages git commits with Jira tickets (EPMCDME-xxx format), pushes, and GitLab MR creation. Use when user says "commit changes", "push changes", "create MR", "make merge request", or similar GitLab workflow requests. Enforces Jira ticket format in commits.

2026-05-06
code-reviewer
Software Quality Assurance Analysts & Testers

Use this skill when the user asks to "do code review", "review my changes", "review PR", "check code quality", or wants AI-assisted code review. Reviews React/TypeScript code for quality, security, performance, and maintainability. Finds issues, applies fixes, saves spec to `.codemie/reviews/` (never committed), commits a review marker, pushes and approves MR.

2026-04-28
dark-factory
Software Developers

This skill should be used when the user asks to "delegate a Jira ticket to dark factory", "start working on EPMCDME ticket as a factory", "implement EPMCDME ticket", "begin implementation", "implement task autonomously", or wants structured technical leadership for implementing a Jira ticket. A valid EPMCDME-XXXXX ticket ID is REQUIRED to start. If no ticket is provided, the skill will block and ask the user to create one first.

2026-04-28
integration-tester
Software Quality Assurance Analysts & Testers

Use this skill when the user asks to write integration tests, improve branch coverage on changed files, or cover Component → Store → API → UI flows. Triggers: 'write integration tests', 'add integration coverage', 'cover changed files', 'integration test for [page]', 'improve branch coverage', 'run coverage check'.

2026-04-28
#003
codemie
4 skills1310updated 2026-05-22
14% of creator
#004
codemie-mcp-connect-service
3 skills21updated 2026-04-01
10% of creator
#005
docs
2 skills1116updated 2026-05-21
6.9% of creator
Showing 5 of 5 repositories
All repositories loaded
codemie-ai GitHub Skills | SkillsMP