feat: Add Alquimia AI integration#2734
Open
exengstfeld wants to merge 8 commits into
Open
Conversation
added 4 commits
May 27, 2026 16:03
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new built-in Alquimia AI integration to Spec Kit, enabling projects to install and use Alquimia’s skills-based command layout alongside existing integrations.
Changes:
- Introduces
AlquimiaAIIntegration(skills layout, context file, skill post-processing for Alquimia-specific frontmatter and argument hints). - Registers the new integration and adds it to the built-in integration catalog.
- Adds a comprehensive integration test suite and updates the
speckitworkflow compatibility hints to includealquimia.
Show a summary per file
| File | Description |
|---|---|
| workflows/speckit/workflow.yml | Adds alquimia to the workflow’s advisory integration compatibility list. |
| tests/integrations/test_integration_alquimia.py | New test suite covering registration, setup outputs, context-file behavior (incl. BOM), and skill post-processing behavior. |
| src/specify_cli/integrations/alquimia_ai/init.py | Implements the Alquimia skills integration and skill file post-processing logic. |
| src/specify_cli/integrations/init.py | Imports and registers the new built-in integration. |
| integrations/catalog.json | Adds the new integration entry to the built-in catalog. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 5/5 changed files
- Comments generated: 4
This was referenced May 28, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Comment on lines
+234
to
+235
| def test_alquimia_init_remains_usable_when_converter_fails(self, tmp_path): | ||
| """Alquimia init should succeed even without install_ai_skills.""" |
Comment on lines
+105
to
+106
| def _render_skill(self, template_name: str, frontmatter: dict[str, Any], body: str) -> str: | ||
| """Render a processed command template as a Alquimia skill.""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Alquimia AI integration https://www.alquimia.ai/
Testing
uv run specify --helpuv sync && uv run pytestAI Disclosure