Skills

Type: All Skills Tools
skill ★ 7,851

Structured Research Source Analysis and Extraction

This skill reads materialized research sources—including papers, notebooks, or conceptual ideas—and extracts structured, actionable intelligence. It compiles findings into a standardized JSON format detailing methods, limitations, and imple…

Upsonic/Upsonic research knowledge-extraction literature-review structured-data
skill ★ 10,803

Comprehensive code review for bugs and security

This skill performs comprehensive code analysis, checking for logic errors, security vulnerabilities, and performance bottlenecks. It provides actionable, structured feedback covering best practices and maintainability.

accomplish-ai/accomplish code-review security performance best-practices
skill ★ 5,664

XcodeBuildMCP Tool Contract Review

Automates the verification of XcodeBuildMCP tool contract changes by auditing implementation, manifests, and workflow configurations. It enforces guardrails for schema metadata, module exports, and manifest identifier consistency.

getsentry/XcodeBuildMCP xcodebuildmcp mcp tool-review contract-validation
skill ★ 7,851

State management for multi-phase research experiments

This skill maintains a canonical, machine-readable JSON snapshot of an experiment's progress. It must be updated rigorously at phase boundaries, during long operations, and upon failure to provide real-time state visibility for external das…

Upsonic/Upsonic progress-tracking state-management json-schema research-workflow
skill ★ 7,851

Systematic research method implementation and benchmarking

This skill automates the systematic implementation of novel research methods into a structured Jupyter notebook. It ensures fair benchmarking by using existing data splits and logging all dependencies and metrics into a structured JSON log …

Upsonic/Upsonic research-implementation benchmarking jupyter-notebook data-science
skill ★ 5,664

XcodeBuildMCP Structured Output Review

Validates structured output schema correctness, versioning, and JSON fixture compatibility within the XcodeBuildMCP ecosystem. It ensures schema changes maintain backward compatibility and adhere to established guardrails.

getsentry/XcodeBuildMCP xcodebuildmcp schema-validation structured-output ios-development
skill ★ 5,664

Xcode Build Test Boundary and Guardrail Review

This skill reviews the test boundaries and guardrails for XcodeBuildMCP, ensuring unit tests maintain isolation and do not call real external processes or build tools. It validates test scope, contract adherence, and necessary build command…

getsentry/XcodeBuildMCP xcodebuild testing test-boundaries code-review
skill ★ 7,851

Manages research experiment lifecycle and setup

This skill manages the entire lifecycle of a research experiment, handling setup, source materialization, and final bookkeeping. It initializes structured directories, copies baseline assets, and updates multiple JSON tracking files for rep…

Upsonic/Upsonic experiment-management research-workflow data-bookkeeping skill
skill ★ 7,851

Evaluate research results and compare implementations

This skill automates the final evaluation phase of research experiments. It compares metrics between a baseline and a new implementation, determining a formal verdict and generating comprehensive, machine-readable reports for tracking and c…

Upsonic/Upsonic evaluate metrics comparison reporting
skill ★ 7,851

Automated experiment benchmarking and metric extraction

Defines comparison metrics and extracts baseline values from notebook outputs to record them in a structured JSON log for downstream evaluation.

Upsonic/Upsonic benchmarking experiment-tracking machine-learning metrics-extraction
skill ★ 5,664

Review XcodeBuildMCP snapshot fixture contracts

This skill reviews the integrity of snapshot fixtures and contracts for XcodeBuildMCP outputs (MCP, CLI, JSON). It enforces guardrails to ensure fixture updates reflect intentional behavior changes and maintain structured output consistency…

getsentry/XcodeBuildMCP xcodebuild mcp snapshot-testing contract-review
skill ★ 5,664

Review XcodeBuildMCP Runtime Boundaries

This skill reviews guardrails for runtime routing and invocation boundaries across XcodeBuildMCP components, including CLI, daemon, and IDE integrations. It ensures consistency by inspecting tool catalogs and validating stateful routing log…

getsentry/XcodeBuildMCP xcodebuild mcp runtime-review boundary-check
skill ★ 5,664

XcodeBuildMCP Documentation and Release Review

This skill automates the verification of documentation, CLI command references, and release scripts to ensure consistency across changelogs and website manifests. It validates that release notes and installation snippets align with the curr…

getsentry/XcodeBuildMCP xcodebuildmcp documentation-review release-management cli-validation
skill ★ 7,851

Analyze existing machine learning baseline implementation

This skill systematically analyzes a given experiment directory to extract comprehensive metadata about the existing ML pipeline. It captures details such as model parameters, preprocessing steps, dependencies, and data characteristics, log…

Upsonic/Upsonic analyze-ml baseline-analysis experiment-setup data-extraction
skill ★ 5,664

XcodeBuildMCP Rendering and Streaming Review

This skill reviews the architectural guardrails for XcodeBuildMCP's rendering pipeline, focusing specifically on boundary violations in streaming fragments and output modes. It ensures adherence to canonical structured output while maintain…

getsentry/XcodeBuildMCP xcodebuild mcp rendering streaming
skill ★ 5,664

Review XcodeBuildMCP Packaging and Resources

This skill reviews the integrity of XcodeBuildMCP packaging, focusing on resource-root, build artifacts, and portable macOS distribution changes. It validates guardrails across key files and scripts to ensure consistent and reliable deploym…

getsentry/XcodeBuildMCP xcodebuild packaging resource-review macos
skill ★ 5,664

Review Xcode CLI documentation for outdated commands

This skill analyzes XcodeBuildMCP changelogs and manifests to identify outdated or misleading CLI command references. It flags instances where removed commands are presented as current guidance, ensuring documentation accuracy for agents an…

getsentry/XcodeBuildMCP xcodebuild cli documentation changelog
skill ★ 700

Dingo Article Fact-Checker

Extracts and verifies factual claims from Markdown, text, or JSONL files using the Dingo SDK and web search integration. It provides a structured report including accuracy scores and evidence for disputed claims.

MigoXLab/dingo fact-checking web-search agentic-skill data-verification
skill ★ 700

Foundational Agentic Skill Framework Implementation

This skill provides a foundational framework for implementing complex, multi-step agentic workflows. It allows developers to orchestrate various capabilities into cohesive, reliable processes.

MigoXLab/dingo agentic skill workflow orchestration
skill ★ 32

manage persistent session memory and knowledge

This skill manages persistent memory by extracting durable lessons, conventions, and decisions from completed sessions into markdown files. It provides a guided onboarding flow for new users while offering a concise status report for return…

TT-Wang/memem persistent-memory session-management knowledge-base markdown-storage
skill ★ 32

Memem Memory System Status Monitor

Provides detailed status updates for the memem memory system, including memory count, projects, search database, and miner health, and can restart the miner if it is not running.

TT-Wang/memem memem system-status memory-management miner-monitoring
skill ★ 32

Automated Knowledge Mining from Code Sessions

The miner daemon runs in the background, automatically extracting knowledge from newly completed Claude Code sessions. It polls every 60 seconds to process settled transcripts, ensuring continuous knowledge capture without manual interventi…

TT-Wang/memem session-mining background-daemon knowledge-extraction claude-code
skill ★ 5,982

Authoring Genkit CLI and MCP Tools

Provides best practices for authoring Genkit CLI commands and MCP server tools, covering naming conventions, architectural patterns, and runtime interaction.

genkit-ai/genkit genkit mcp cli-development tooling-best-practices
skill ★ 32

run preflight health check for memem

Executes a comprehensive diagnostic check on the memem environment, verifying critical dependencies such as the mcp package, Python version, and required writability paths. It provides actionable remediation steps based on whether the syste…

TT-Wang/memem diagnostics memem health-check python