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

johnlindquist

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

skills collected
117
repositories
9
occupation fields
2
updated
2026-05-24
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

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

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
claude
46 skills246updated 2025-12-19
39% of creator
cass
Software Developers

Always search before starting any work across all coding agent session histories (Claude Code, Codex, Cursor, Gemini CLI, Aider, ChatGPT) to find whatever we've discussed before.

2025-12-19
council-of-five
Software DevelopersAdvertising & Promotions Managers

Spawn 5 Opus subagents with randomly-generated distinct personas to debate a problem from multiple angles. Use when exploring UX decisions, architecture choices, or any decision that benefits from diverse perspectives arguing creatively.

2025-12-19
deepwiki
Software Developers

Query DeepWiki for repository documentation and structure. Use to understand open source projects, find API docs, and explore codebases.

2025-12-19
karabiner
Software Developers

Configure Karabiner-Elements keyboard remapping using Goku EDN syntax. Use when creating keybindings, layers, simlayers, app-specific shortcuts, or modifying karabiner.edn.

2025-12-19
packx
Computer Programmers

Bundle code context for AI. ALWAYS use --limit 49k unless user explicitly requests otherwise. Use for creating shareable code bundles and preparing context for LLMs.

2025-12-19
raycast-extension
Software Developers

Build Raycast extensions with React and TypeScript. Use when the user asks to create a Raycast extension, command, or tool.

2025-12-19
skill-creator
Software Developers

Create new Agent Skills for Claude Code. Use when user wants to create a skill, add a new capability, document a CLI workflow, or asks how skills work.

2025-12-19
workflow-devkit
Software Developers

Build durable, resumable TypeScript workflows with Vercel Workflow DevKit. Use when creating long-running processes, AI agents, background jobs, multi-step pipelines, webhooks, or event-driven systems. Triggers on "workflow", "durable", "resumable", "use workflow", "use step".

2025-12-19
Showing top 8 of 46 collected skills in this repository.
#002
script-kit-next
42 skills276updated 2026-05-24
36% of creator
agy-script-kit-devtools
unclassified

Use the local agy CLI as a fast Script Kit GPUI app inspector by prompting it to drive existing script-kit-devtools primitives, capture logs, and produce a compact investigation result from a user bug report or inspection prompt.

2026-05-24
new-agent
unclassified

Create mdflow-backed agent files for Script Kit. Compatibility path — prefer creating skills (SKILL.md under a plugin's skills/ directory) for new reusable AI work.

2026-05-23
manage-notes
Office Clerks, General

Manage the Notes window — creating, searching, editing, and automating notes via the SDK and automation protocol.

2026-05-20
isolated-devtools-session
Network & Computer Systems Administrators

Canonical bootstrap for isolated Script Kit GPUI DevTools sessions: one front door script (classify, verify-script, start, prove, cleanup), repo-level helpers under scripts/agentic/, bounded timeouts, JSON stdout, progress stderr. Use when agents need parallel DevTools workers, isolated runtime proof, SK_VERIFY script gates, or dev-watch reuse without starting a second GPUI under ./dev.sh.

2026-05-20
acp-chat-core
Software Developers

ACP Agent Chat lifecycle, AcpChatView, embedded/detached chat windows, agent/model selection, setup cards, streaming, cancellation, and chat close/reuse behavior.

2026-05-19
acp-context-composer
Software Developers

ACP composer input, slash commands, @mentions, context parts, attachment tokens, pasted text/image, /new-script, focused target, and context staging.

2026-05-19
actions-popups
Web Developers

Cmd+K, actions dialog, action sections, PromptPopup, confirm popup, attached popup, popup registry, popup resize/focus, and action execution routing.

2026-05-19
agentic-testing
Software Quality Assurance Analysts & Testers

Human-first runtime testing for Script Kit GPUI: operate the real app through visible user paths to surface UX/UI interaction bugs, then back findings with receipts, screenshots, exact targets, and cleanup.

2026-05-19
Showing top 8 of 42 collected skills in this repository.
#003
uxspec
11 skills40updated 2026-03-20
9.4% of creator
Showing top 8 of 11 collected skills in this repository.
#004
badger-2350-plugin
8 skills71updated 2025-10-30
6.8% of creator
badger-2350-dev
Software Developers

Development environment setup and workflow for Universe 2025 (Tufty) Badge with MonaOS. Use when setting up the badge, flashing firmware, debugging, or working with the development toolchain.

2025-10-30
badger-app-creator
Software Developers

Create MicroPython applications for Universe 2025 (Tufty) Badge including display graphics, button handling, and MonaOS app structure. Use when building badge apps, creating interactive displays, or developing MicroPython programs.

2025-10-30
badger-deploy
Software Developers

Deployment workflows, file management, and project organization for Universe 2025 (Tufty) Badge. Use when deploying apps to MonaOS, managing files on device, syncing projects, organizing code, or setting up deployment pipelines.

2025-10-30
badger-diagnostics
Software Developers

System diagnostics, verification, and troubleshooting for Badger 2350. Use when checking firmware version, verifying installations, diagnosing hardware issues, troubleshooting errors, or performing system health checks on Badger 2350.

2025-10-30
badger-hardware
Computer Hardware Engineers

Hardware integration for Badger 2350 including GPIO, I2C sensors, SPI devices, and electronic components. Use when connecting external hardware, working with sensors, controlling LEDs, reading buttons, or interfacing with I2C/SPI devices on Badger 2350.

2025-10-30
badger-quickstart
Software Developers

Complete getting started guide for Universe 2025 (Tufty) Badge from zero to first app. Use when helping absolute beginners, providing step-by-step first-time setup, or when users ask "how do I get started", "where do I begin", or "first steps with the badge".

2025-10-30
micropython-repl
Software Developers

MicroPython REPL usage, package management, module inspection, and interactive debugging for Universe 2025 (Tufty) Badge. Use when installing MicroPython packages, testing code interactively, checking installed modules, or using the REPL for development.

2025-10-30
python-setup
Computer User Support Specialists

Python environment setup on your computer for Badger 2350 development. Use when installing Python, setting up virtual environments, installing development tools like mpremote or ampy, or configuring the computer-side development environment for Badger 2350 projects.

2025-10-30
#005
claude-workshop-skills
6 skills164updated 2025-11-21
5.1% of creator
frontend-design
Software Developers

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2025-11-21
ts-testing
Software Quality Assurance Analysts & Testers

Design, implement, and maintain high‑value TypeScript test suites using popular JS/TS testing libraries. Use this skill whenever the user is adding tests, debugging failing tests, or refactoring code that should be covered by tests.

2025-11-21
chrome-devtools
Web Developers

Control and inspect Chrome browser using Chrome DevTools Protocol - navigate pages, debug network requests, analyze performance, take screenshots, interact with elements, and automate browser tasks.

2025-11-10
diagram
Computer Systems Analysts

Maintain and synchronize Unified Impact Diagrams following Diagram Driven Development (DDD) methodology. Create, update, and manage diagrams that connect user value to technical implementation.

2025-11-10
github
Customer Service Representatives

Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.

2025-11-10
review
Software Developers

Centralizes persona-driven code reviews (Fowler, Torvalds, Carmack, React core, etc.) so Claude can pick or combine expert viewpoints when the user asks for a code review or perspective-specific critique.

2025-11-10
Showing 9 of 9 repositories
All repositories loaded
johnlindquist GitHub Skills | SkillsMP