Skip to main content
jaydubya818
GitHub creator profile

jaydubya818

Repository-level view of 90 collected skills across 7 GitHub repositories.

skills collected
90
repositories
7
updated
Aug 23, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
New_baseline
39 skills · Mar 27, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsEditorsExecutive Secretaries & Executive Administrative AssistantsSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
8 occupation categories · 100% classified
43%share
#02
Pi
16 skills · Apr 4, 2026
Software DevelopersComputer & Information Systems ManagersSoftware Quality Assurance Analysts & TestersInformation Security AnalystsMarriage & Family TherapistsMental Health Counselors
10 occupation categories · 100% classified
18%share
#03
MissionControl
10 skills · Aug 23, 2026
Computer Occupations, All OtherSoftware DevelopersProject Management Specialists
3 occupation categories · 100% classified
11%share
#04
Dental_Agent
10 skills · Feb 5, 2026
Software DevelopersNetwork & Computer Systems AdministratorsData ScientistsExecutive Secretaries & Executive Administrative AssistantsGraphic DesignersMarket Research Analysts & Marketing Specialists
7 occupation categories · 100% classified
11%share
#05
mnemonic-kb
8 skills · May 10, 2026
Software DevelopersProject Management SpecialistsSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
3 occupation categories · 100% classified
8.9%share
#06
ClaudeClaw-Mission-Control
6 skills · May 9, 2026
Software DevelopersMarket Research Analysts & Marketing SpecialistsNetwork & Computer Systems AdministratorsSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
4 occupation categories · 100% classified
6.7%share
#07
Agentic-KB
1 skills · Apr 17, 2026
Software Developers
1 occupation categories · 100% classified
1.1%share
repository explorer

Repositories and representative skills

coding-tutor
tutors-253041

Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.

Mar 27, 2026
agent-browser
software-developers

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include…

Mar 27, 2026
agent-native-architecture
software-developers

Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.

Mar 27, 2026
agent-native-audit
software-developers

Run comprehensive agent-native architecture review with scored principles

Mar 27, 2026
andrew-kane-gem-writer
software-developers

This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is…

Mar 27, 2026
ce-brainstorm
project-management-specialists

Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and planning implementation. Use for feature ideas, problem framing, when the user says 'let's brainstorm', or when they want to think…

Mar 27, 2026
ce-compound-refresh
software-developers

Refresh stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, consolidating, replacing, or deleting them against the current codebase. Use after refactors, migrations, dependency upgrades, or when a retrieved learning feels…

Mar 27, 2026
ce-compound
software-developers

Document a recently solved problem to compound your team's knowledge

Mar 27, 2026
Showing 8 of 39 collected skills.
active-listener
mental-health-counselorsmarriage-and-family-therapists

Listen carefully and reflect back what the user said before acting. Use when the user needs to feel heard or when clarifying intent before proceeding.

Apr 4, 2026
artifact-first-reporting
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Always produce a structured artifact (file, table, or doc) as the primary output before summarizing. Use for reporting tasks where the deliverable should be a concrete artifact.

Apr 4, 2026
backend-implementation-discipline
software-developers

Follow backend implementation best practices: typed interfaces, error handling, migrations, and test coverage. Use when implementing backend features, APIs, or data models.

Apr 4, 2026
conversational-response
writers-and-authors

Respond in a natural, concise conversational tone without unnecessary structure or headers. Use for chat-style interactions that don't require formal output.

Apr 4, 2026
delegation-protocol
software-developers

Define how tasks are handed off between agents or roles, including context passing and acceptance criteria. Use when orchestrating multi-agent or multi-role workflows.

Apr 4, 2026
domain-boundary
software-developers

Enforce clear boundaries between domains (frontend, backend, infra) and prevent cross-domain coupling. Use when reviewing or designing code that spans multiple system layers.

Apr 4, 2026
frontend-implementation-discipline
software-developers

Follow frontend implementation best practices: component structure, accessibility, typed props, and test coverage. Use when implementing UI features or components.

Apr 4, 2026
implementation-handoff-discipline
computer-and-information-systems-managers-113021

Ensure implementation plans include all context needed for a clean handoff to the executing agent. Use before handing off a spec or plan for implementation.

Apr 4, 2026
Showing 8 of 16 collected skills.
mission-control-agent-integration
computer-occupations-all-other

Umbrella skill for integrating an agent with Mission Control, the orchestration and observability control plane. Use this skill when an agent needs to interact with Mission Control and you must route to the right focused skill — registration, heartbeats, task…

Aug 23, 2026
workspace-handoff-checklist
project-management-specialists

Use this skill when a Mission Control work item is complete or awaiting review and an operator needs a factual handoff draft with outcome, evidence, unresolved risk, next owner, and next action.

Jul 28, 2026
mission-control-budget-control
software-developers

Tracks and enforces agent spend in Mission Control. Use this skill when recording costs via api.agents.recordSpend, declaring budgetDaily and budgetPerRun limits at registration, or reacting to budgetRemaining and budgetExceeded values returned by the…

Jul 11, 2026
mission-control-heartbeat
software-developers

Keeps an agent alive in Mission Control by calling the api.agents.heartbeat mutation every 30-60 seconds. Use this skill when running any agent session: agents that miss heartbeats for 2 minutes get quarantined, and the heartbeat response is how you discover…

Jul 11, 2026
mission-control-record-memory
software-developers

Persists agent knowledge across sessions using the Mission Control agent documents system. Use this skill when depositing session memory before shutting down, keeping a WORKING_MD scratchpad up to date, writing daily notes, or reading back previously stored…

Jul 11, 2026
mission-control-register-agent
computer-occupations-all-other

Registers an agent with Mission Control via the Convex api.agents.register mutation. Use this skill when an agent session starts and the agent must announce itself (name, emoji, role, workspace, task types, budgets) before doing any other work. Re-registering…

Jul 11, 2026
mission-control-request-approval
computer-occupations-all-other

Requests human or dual-control approval for risky actions through the Convex api.approvals.request mutation. Use this skill when an action is YELLOW or RED risk tier — YELLOW needs a single approval, RED needs dual control (two decisions), and GREEN/LOW…

Jul 11, 2026
mission-control-run-logging
computer-occupations-all-other

Records every agent execution turn as a run in Mission Control. Use this skill when starting a run (status RUNNING), completing or failing one (COMPLETED / FAILED), and reporting model, token counts, and cost so the observability and audit trail stays honest…

Jul 11, 2026
Showing 8 of 10 collected skills.
competitor-alternatives
market-research-analysts-and-marketing-specialists-131161

When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product]…

Feb 5, 2026
book-sft-pipeline
data-scientists-152051

End-to-end system for creating supervised fine-tuning datasets from books and training style-transfer models. Covers text extraction, intelligent segmentation, synthetic instruction generation, Tinker-compatible output, LoRA training, and validation.

Feb 5, 2026
digital-brain
executive-secretaries-and-executive-administrative-assistants

Personal knowledge management system for founders, creators, and builders. Manages personal brand, content creation, network relationships, goals, and provides voice/tone consistency for content generation.

Feb 5, 2026
automation-engineer
network-and-computer-systems-administrators

Comprehensive automation engineering skill for CI/CD pipelines, testing automation, deployment automation, monitoring, and workflow orchestration. Specializes in modern DevOps practices and infrastructure automation.

Feb 5, 2026
cloud-infrastructure-architect
network-and-computer-systems-administrators

Comprehensive cloud infrastructure and deployment skill for AWS, containerization, serverless, monitoring, security, and scalable architecture design. Specializes in production-ready infrastructure for fintech applications.

Feb 5, 2026
design-system-architect
web-and-digital-interface-designers

Build and maintain comprehensive design systems with tokens, components, documentation, and governance. Specializes in scalable design systems for React, Vue, and Angular applications with Storybook integration.

Feb 5, 2026
fintech-developer
software-developers

Specialized development skill for financial technology applications, including payment processing, financial calculations, compliance, security, and marketplace features specific to seller financing platforms like SellerFi.

Feb 5, 2026
installing-skills-from-github
software-developers

Install Claude Code skills from GitHub repositories as git submodules. Use when: (1) installing skills from GitHub URLs like obra/superpowers or blader/continuous-learning, (2) git warns "adding embedded git repository", (3) need to track external skill repos…

Feb 5, 2026
Showing 8 of 10 collected skills.
Showing 7 of 7 repositories
All repositories loaded