Skip to content

Implement Conductor Skills Integration#144

Merged
hminooei merged 28 commits intomainfrom
feat/skills-integration-impl
Mar 18, 2026
Merged

Implement Conductor Skills Integration#144
hminooei merged 28 commits intomainfrom
feat/skills-integration-impl

Conversation

@hminooei
Copy link
Contributor

@hminooei hminooei commented Mar 6, 2026

Summary

This PR implements the full Skills Integration feature for Conductor. It introduces a comprehensive skills/catalog.md, updates the setup and newTrack commands to intelligently recommend and install skills based on project context, and enhances the skill installation logic to support directory-based skills and absolute paths.

Key Changes

1. Skills Catalog (skills/catalog.md)

  • New Catalog: Created a markdown-based catalog of available skills.
  • Content: Includes GCP OWASP Top 10 skills, Firebase skills, and other essential developer tools.
  • Detection Signals: Each skill now includes detectSignals (files, dependencies) to allow Conductor to automatically recommend relevant skills.

2. Conductor Commands

  • commands/conductor/setup.toml:
    • updated to read skills/catalog.md from the extension installation directory (location-agnostic).
    • Added logic to download skills as folders (supporting multi-file skills) instead of just single files.
    • Added instructions to notify users to run /skills reload after installation.
  • commands/conductor/newTrack.toml:
    • Updated to analyze spec.md and plan.md against the catalog's detection signals to recommend skills during track creation.
    • Uses the same location-agnostic catalog reading logic.
  • commands/conductor/review.toml:
    • Updated to support the new skill structure.

3. Installation Logic

  • Folder Support: Skills are now downloaded as full directories to .agents/skills/ or ~/.agents/extensions/conductor/skills/.
  • Path Resolution: Fixed issues with relative paths by defaulting to the extension's installation directory for the catalog and using absolute paths for installation targets.

Motivation

To empower Conductor to automatically augment its capabilities by suggesting and installing relevant "skills" (specialized agent tools/prompts) based on the project's technology stack and requirements.

@hminooei hminooei marked this pull request as ready for review March 11, 2026 15:55
@hminooei hminooei requested a review from moisgobg March 11, 2026 15:55
Copy link
Contributor

@mahimashanware mahimashanware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you also send a testing video of the affected commands in our chat after changes are made? ty

@hminooei hminooei force-pushed the feat/skills-integration-impl branch from 3b577bb to 38b6359 Compare March 17, 2026 05:45
@hminooei hminooei requested a review from mahimashanware March 17, 2026 05:45
@hminooei hminooei merged commit 080a369 into main Mar 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants