npx claudepluginhub mistakeknot/interagency-marketplace --plugin interfluxFetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Business analyst specializing in process analysis, stakeholder requirements gathering, gap identification, improvement opportunities, and actionable recommendations for operational efficiency and business value.
# Run all structural tests
cd /home/mk/projects/Demarch/interverse/interflux && uv run pytest tests/ -q
# Key test suites
uv run pytest tests/structural/test_namespace.py -v # Guards against stale clavain: refs
uv run pytest tests/structural/test_agents.py -v # Agent structure validation
uv run pytest tests/structural/test_skills.py -v # Skill structure validation
uv run pytest tests/structural/test_slicing.py -v # Content routing tests
# Count components
ls agents/review/*.md | wc -l # Should be 12
ls agents/research/*.md | wc -l # Should be 5
ls commands/*.md | wc -l # Should be 4
ls skills/*/SKILL.md | wc -l # Should be 2 (1 active + 1 deprecated)
# Domain profiles
grep -l '## Research Directives' config/flux-drive/domains/*.md | wc -l # Should be 11
# Manifest
python3 -c "import json; d=json.load(open('.claude-plugin/plugin.json')); print(list(d['mcpServers'].keys()))" # ['exa']
# Namespace check — no stale clavain: references
uv run pytest tests/structural/test_namespace.py -v