Tag: agentic-skill

Type: All Skills Tools
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 ★ 3

Manage Contentrain Content Entries

Automate the creation and management of content entries for existing Contentrain models, including collections, singletons, and documents. The skill enforces project-specific vocabulary, SEO best practices, and internationalisation requirem…

Contentrain/ai content-management contentrain i18n seo-optimization
skill ★ 23

Orchestrates Feature Unit Development and Validation

This skill manages the end-to-end lifecycle of a feature unit, handling configuration loading, comprehensive testing (unit, integration, E2E), and bug remediation. It critically enforces spec-to-implementation alignment before generating a …

markmhendrickson/neotoma feature-workflow development-lifecycle spec-validation testing
skill ★ 23

Orchestrates full software release lifecycle management

This skill orchestrates the entire software release lifecycle, from initial planning and dependency graph generation to execution scheduling and cross-feature integration testing. It manages complex workflows, including pre-mortem analysis …

markmhendrickson/neotoma release-management workflow-orchestration dependency-graph software-release
skill ★ 15

Cross-Mind Debate Orchestration

Acts as a neutral moderator to orchestrate structured multi-perspective debates by retrieving diverse viewpoints from the Noosphere. It utilises tools like telepath and consciousness_map to organise opposing arguments and facilitate user co…

JinNing6/Noosphere multi-perspective-debate noosphere argument-orchestration knowledge-retrieval
skill ★ 5

Mechanical Module Composition via Contract Wiring

This skill mechanically wires two existing child modules together to satisfy a parent contract. It strictly routes data flow based on defined contracts, ensuring structural integrity without introducing new business logic.

taniwhaai/arai contract-wiring module-composition data-flow agentic-skill
skill ★ 11

Intelligent GitHub Issue Prioritization and Task Recommendation

This skill analyzes an open GitHub repository's issues and codebase state to recommend the optimal next development task. It scores issues using weighted criteria such as priority, milestone urgency, dependency readiness, and code momentum …

Destrayon/Connapse github-issues task-prioritization development-workflow git-management
skill ★ 9

YouTube Video Summarisation Agent

An agentic skill that fetches YouTube transcripts and generates structured summaries by iteratively processing video chunks. It provides an overview, key points, and important facts in the user's language.

elisymlabs/elisym youtube-summarisation transcript-processing video-analysis agentic-skill
skill

Implement OpenSpec change tasks

Automates the implementation of tasks defined in an OpenSpec change by parsing instructions and managing the development workflow. It handles task selection, context reading, and progress tracking through the OpenSpec CLI.

gregario/onepiece-oracle openspec task-automation workflow-management agentic-skill
skill ★ 3

Implement tasks from OpenSpec changes

Automates the implementation of tasks defined within an OpenSpec change by parsing instructions, reading context files, and updating task progress. It manages the workflow from task selection through to completion or identified blockers.

gregario/mtg-oracle openspec task-automation workflow-management agentic-skill
skill

OpenSpec Explore: Agentic Thinking Partner

An agentic skill for deep investigation, problem exploration, and requirement clarification without implementing code. It leverages codebase analysis and ASCII visualisation to assist developers in evaluating architectural decisions and man…

gregario/lorcana-oracle agentic-skill problem-solving codebase-exploration architectural-design
skill ★ 4

Systematic Go Test Coverage Improvement Pipeline

This skill systematically increases Go test coverage to 90%+ per package using a structured Research, Plan, and Implement pipeline. It analyzes coverage gaps, generates comprehensive table-driven tests, and mocks external dependencies like …

jmrplens/gitlab-mcp-server go-testing coverage-improvement agentic-skill httptest