Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

side-quest-marketplace-old

side-quest-marketplace-old contém 42 skills coletadas de nathanvale, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
42
Stars
5
atualizado
2026-02-06
Forks
1
Cobertura ocupacional
12 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

firecrawl
Desenvolvedores de software

Web scraping, site crawling, search, structured data extraction, and AI-powered research with Firecrawl CLI. Use when you need full page content as markdown, JS-rendered pages, anti-bot bypass, crawling entire documentation sites, extracting structured data with schemas, or deep web research. Prefer WebFetch for quick questions about a known URL. Prefer WebSearch for finding links without full content.

2026-02-06
mcp-development
Desenvolvedores de software

Build production-grade MCP (Model Context Protocol) servers with observability, correlation ID tracing, and dual logging. Use when creating new MCP servers, adding tools to existing servers, implementing file logging, debugging MCP issues, wrapping CLI tools with spawnSyncCollect, or following Side Quest marketplace patterns. Covers @side-quest/core/mcp declarative API, @side-quest/core/spawn CLI wrapper patterns, Zod schemas, Bun runtime, and 9 gold standard patterns validated across Kit plugin (18 tools). Includes error handling, response format switching, MCP annotations, and graceful degradation.

2026-02-03
triage
Escriturários gerais de escritório

Unified inbox processor - handles ALL content types (clippings, transcriptions, VTT files, attachments) with parallel subagents and single-table review. Routes to appropriate creator based on proposed_template.

2026-02-03
bun-cli
Desenvolvedores de software

Build production-grade CLI tools with Bun. Reference implementation covering argument parsing patterns (--flag value, --flag=value, --flag), dual markdown/JSON output, error handling, subcommands, and testing. Use when building CLIs, designing argument parsing, implementing command structures, reviewing CLI quality, or learning Bun CLI best practices.

2026-02-02
bun-fs-helpers
Desenvolvedores de software

Pure Bun-native filesystem utilities from @side-quest/core/fs. Use when you need command-injection-safe filesystem operations, prefer Bun over node:fs, or want token-efficient fs helpers. All functions use Bun.spawn, Bun.file(), or Bun.write() - no node:fs dependencies.

2026-02-02
inbox-processing-expert
Analistas de segurança da informação

Expert guidance for building and maintaining the Para Obsidian inbox processing system - a security-hardened automation framework for processing PDFs and attachments with AI-powered metadata extraction. Use when building inbox processors, implementing security patterns (TOCTOU, command injection prevention, atomic writes), designing interactive CLIs with suggestion workflows, integrating LLM detection, implementing idempotency with SHA256 registries, or working with the para-obsidian inbox codebase. Covers engine/interface separation, suggestion-based architecture, confidence scoring, error taxonomy, structured logging, and testing patterns. Useful when user mentions inbox automation, PDF processing, document classification, security-hardened file processing, or interactive CLI design.

2026-02-02
observability
Desenvolvedores de software

Best practices for structured logging, correlation IDs, performance metrics, and debugging in Bun applications using @side-quest/core/logging and LogTape. Use when implementing logging, setting up observability, debugging production issues, tracking performance metrics, adding correlation IDs, configuring subsystem loggers, or working with JSONL log analysis. Covers plugin logger factory, hierarchical categories, log levels, metrics collection, and operational debugging workflows.

2026-02-02
logging
Desenvolvedores de software

Guide for implementing structured logging in SideQuest plugins using @side-quest/core. Use when adding logging to new plugins, debugging existing plugins, or setting up log analysis.

2026-02-02
analyze-attachment
Desenvolvedores de software

Analyze PDF/DOCX attachments, create notes, and return lightweight proposals. Reads content via para_read, analyzes, creates note with para_create, and persists proposal. Worker skill for triage orchestrator.

2026-02-02
analyze-voice
Desenvolvedores de software

Analyze voice memo transcriptions, create notes with appropriate content, and return lightweight proposals. For resources (ideas, reflections), creates note with Layer 1 transcription. For meetings, extracts structured body content. Worker skill for triage orchestrator.

2026-02-02
analyze-web
Analistas de pesquisa de mercado e especialistas em marketing

Analyze web clippings, create resource notes with Layer 1 content, and return lightweight proposals. Handles enrichment, analysis, note creation, and Layer 1 injection so content never flows through coordinator. Worker skill for triage orchestrator.

2026-02-02
brain
Desenvolvedores de software

Your PARA second brain orchestrator. Say what you need, not which command. Routes natural language to the right skill.

2026-02-02
create-meeting
Secretárias e assistentes administrativos (exceto jurídico, médico e executivo)

Meeting orchestrator — creates structured meeting notes from any source: inline transcription text, VTT files, inbox transcription notes, or triage proposals. Use when creating meeting notes or when /meeting is invoked.

2026-02-02
content-processing
Desenvolvedores de software

Create notes, inject Layer 1 content, and commit to vault. Canonical pipeline shared by triage-worker agent and quick-create skill. Not user-invocable — loaded as reference knowledge.

2026-02-02
distill-resource
Analistas de pesquisa de mercado e especialistas em marketingProfessores e instrutores, todos os outros

Guide progressive summarization of undistilled resources. Finds resources with distilled:false, acts as Tiago Forte to help extract key insights through the layers approach. Use when you want to deeply learn from saved content.

2026-02-02
log-triage
Desenvolvedores de software

Process daily note log entries into structured inbox notes. Handles voice memos (🎤), URLs (YouTube, Twitter/X, GitHub, articles), and text entries. Use when triaging daily logs, converting voice memos, or processing saved URLs.

2026-02-02
quick-create
Desenvolvedores de software

Create a note from any URL with automatic template routing, enrichment, and content injection. Detects resource, meeting, invoice, and booking content automatically.

2026-02-02
teams-scrape
Desenvolvedores de software

Use when extracting Microsoft Teams chat messages - navigates Teams, captures clipboard, parses to JSON, and persists with deterministic new message detection

2026-02-02
create-from-context
Desenvolvedores de software

Create PARA notes (resource or meeting) from data gathered during conversation. Interactive workflow that classifies, proposes, and creates with content injection. Use when structured information exists in conversation context and needs capturing as a vault note.

2026-02-01
clip
Desenvolvedores de software

Inbox capture that matches Web Clipper output. Clips URLs or inline text as clipping notes with LLM-generated titles. Batch-capable for multiple URLs. No classification, no area/project assignment — triage handles that.

2026-02-01
create-area
Secretárias e assistentes administrativos (exceto jurídico, médico e executivo)

Create PARA area notes for ongoing life responsibilities. Validates that the concept is truly an area (ongoing, no end date) rather than a project. Use when establishing new life domains or responsibilities to track.

2026-02-01
create-project
Especialistas em gestão de projetos

Create PARA project notes with validated area connections and PARA philosophy guidance. Ensures projects have clear outcomes, deadlines, and valid area relationships. Use when creating new projects to ensure they follow PARA method correctly.

2026-02-01
daily-review
Escritores e autores

Journaling partner that helps extract deeper meaning from daily logs. Use when the user wants to review their day, process logs into journal entries, or mentions "daily review".

2026-02-01
maintenance
Analistas de garantia de qualidade de software e testadores

Audit para-obsidian plugin for convention drift across skills, commands, hooks, and plugin registration.

2026-02-01
reflect
Desenvolvedores de software

Record brain routing corrections with confidence scoring. Use when the brain orchestrator detects a wrong routing decision and needs to log the correction for future learning.

2026-02-01
create-resource
Desenvolvedores de software

Create resource notes from analyzed proposals. Use when triage orchestrator routes a proposal with proposed_template=resource. Handles frontmatter setup and original file cleanup via para_create.

2026-01-30
para-classifier
Gerentes de sistemas computacionais e de informação

Analyze and classify inbox items using PARA methodology. Use when triage or distill skills need decision trees, emoji mappings, and philosophy guides for consistent categorization.

2026-01-30
template-assistant
Desenvolvedores de software

Generate intelligent content for PARA Obsidian vault templates. Use when asked to create new notes (project, area, resource, task, clipping, daily, weekly-review, booking, checklist, itinerary, trip-research), populate template sections with AI-generated content, or understand what fields a template requires before creation.

2026-01-30
webclipper-templates
Analistas de pesquisa de mercado e especialistas em marketing

Web Clipper template management for ADHD-friendly capture workflow. Single universal template with zero-decision capture, automatic classification, and deferred organization. Use for template installation, understanding the capture pipeline, or troubleshooting Web Clipper issues.

2026-01-30
log-agent-issue
Desenvolvedores de software

Fire-and-forget structured issue logger for subagents

2026-01-29
stakeholder-manage
Especialistas em gestão de projetos

Manage stakeholders for voice memo speaker matching. Add, list, lookup, or remove stakeholders used by triage and meeting skills. Use when team members change, to verify current configuration, or to look up "who is [alias]?"

2026-01-28
field-suggestions
Desenvolvedores de software

Generate AI-assisted frontmatter field suggestions using para-obsidian LLM utilities. Demonstrates 3-layer architecture (constraints, prompt-builder, orchestration) for metadata extraction.

2026-01-28
plugin-creator
Desenvolvedores de software

Generate new Claude Code plugin scaffolds with configurable components. Use when users want to create a new plugin, start a plugin project, or scaffold plugin components.

2025-12-05
bun-runtime
Desenvolvedores de software

Master Bun runtime workflows for full-stack development. Monorepos, bunx, lockfiles, performance optimization, and integration patterns.

2025-12-05
dev-toolkit
Desenvolvedores de software

Development skills for Bun CLI, runtime workflows, and developer experience patterns

2025-12-05
dx-patterns
Desenvolvedores de software

Design developer experiences that people love. Feedback loops, cognitive load, flow state, and ADHD-friendly patterns for tools and workflows.

2025-12-05
claude-code-skill-expert
Desenvolvedores de software

Expert guidance for creating high-quality Claude Code skills following Anthropic's official best practices. Use when creating, improving, or auditing skill files.

2025-12-02
cinema-booking
Desenvolvedores de software

Browse movies and book tickets at Classic Cinemas Elsternwick. Use when Nathan asks what's showing, wants movie details, or wants to book tickets.

2025-12-02
playwright-scraper
Desenvolvedores de software

Production-proven Playwright web scraping patterns with selector-first approach and robust error handling. Use when users need to build web scrapers, extract data from websites, automate browser interactions, or ask about Playwright selectors, text extraction (innerText vs textContent), regex patterns for HTML, fallback hierarchies, or scraping best practices.

2025-11-30
mcp-manager
Administradores de redes e sistemas de computador

Manage MCP servers - add, list, enable, and disable. Use when users ask about MCP server configuration, want to add new servers, or need to enable/disable existing ones.

2025-11-26
Mostrando as 40 principais de 42 skills coletadas neste repositório.