.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/benchmarks/2026-03-01-initial-smoke.md
docs/benchmarks/2026-03-01-real-10task.csv
docs/benchmarks/2026-03-01-real-10task.human-eval.key.csv
docs/benchmarks/2026-03-01-real-10task.human-eval.template.csv
docs/benchmarks/2026-03-01-real-10task.md
docs/benchmarks/benchmark-template.md
docs/benchmarks/human-eval.md
docs/benchmarks/ratings/rater-peer.csv
docs/benchmarks/ratings/rater-varun.csv
docs/integrations/claude-code.md
docs/integrations/claude-desktop.md
docs/integrations/codex.md
docs/plans/2026-02-28-growth-plan.md
docs/plans/2026-02-28-v2-design.md
docs/plans/2026-02-28-v2-implementation.md
examples/mcp/claude-desktop.linux.json
examples/mcp/claude-desktop.macos.json
examples/mcp/claude-desktop.windows.json
examples/registry/bi-analytics.registry.yaml
examples/registry/cloud-bi.registry.yaml
examples/registry/cloud-gcp.registry.yaml
examples/registry/data-engineering.registry.yaml
examples/registry/devops.registry.yaml
examples/registry/ml-engineering.registry.yaml
examples/registry/roles.registry.yaml
examples/registry/schema.json
examples/registry/tools.json
examples/registry/tools.yaml
examples/registry/web-apis.registry.yaml
examples/registry/instructions/accessibility.md
examples/registry/instructions/ansible.md
examples/registry/instructions/api-authentication-patterns.md
examples/registry/instructions/api-gateway.md
examples/registry/instructions/auth-jwt.md
examples/registry/instructions/auth-oauth.md
examples/registry/instructions/aws-api-gateway.md
examples/registry/instructions/aws-cloudfront.md
examples/registry/instructions/aws-cloudwatch-observability.md
examples/registry/instructions/aws-dynamodb.md
examples/registry/instructions/aws-ec2.md
examples/registry/instructions/aws-eks.md
examples/registry/instructions/aws-iam-identity-center.md
examples/registry/instructions/aws-kms.md
examples/registry/instructions/aws-lambda.md
examples/registry/instructions/aws-rds.md
examples/registry/instructions/aws-s3.md
examples/registry/instructions/aws-sqs-sns-eventbridge.md
examples/registry/instructions/aws-vpc.md
examples/registry/instructions/azure-data-factory.md
examples/registry/instructions/azure-storage.md
examples/registry/instructions/azure-synapse.md
examples/registry/instructions/bi-dashboard-design.md
examples/registry/instructions/bi-looker-modeling.md
examples/registry/instructions/bi-metric-semantic-modeling.md
examples/registry/instructions/bi-powerbi-modeling.md
examples/registry/instructions/bi-tableau-authoring.md
examples/registry/instructions/chemistry-rdkit.md
examples/registry/instructions/cicd-patterns.md
examples/registry/instructions/concurrency.md
examples/registry/instructions/container-security.md
examples/registry/instructions/cpp-modern.md
examples/registry/instructions/css-architecture.md
examples/registry/instructions/data-cleaning.md
examples/registry/instructions/dbt.md
examples/registry/instructions/dependency-scanning.md
examples/registry/instructions/docker.md
examples/registry/instructions/elk-logging.md
examples/registry/instructions/fastapi.md
examples/registry/instructions/feature-engineering.md
examples/registry/instructions/financial-modeling.md
examples/registry/instructions/flask.md
examples/registry/instructions/gcp-bigquery.md
examples/registry/instructions/gcp-cloud-functions.md
examples/registry/instructions/gcp-cloud-run.md
examples/registry/instructions/gcp-gcs.md
examples/registry/instructions/gcp-gke.md
examples/registry/instructions/gcp-pubsub.md
examples/registry/instructions/geospatial-geopandas.md
examples/registry/instructions/github-actions.md
examples/registry/instructions/go.md
examples/registry/instructions/gradient-boosting-xgb-lgbm.md
examples/registry/instructions/graph-networkx.md
examples/registry/instructions/graphql.md
examples/registry/instructions/hyperparameter-tuning.md
examples/registry/instructions/iam-policies.md
examples/registry/instructions/kubernetes.md
examples/registry/instructions/linux-administration.md
examples/registry/instructions/machine-learning-export.md
examples/registry/instructions/nextjs.md
examples/registry/instructions/nginx.md
examples/registry/instructions/nlp-spacy-transformers.md
examples/registry/instructions/opencv-image-processing.md
examples/registry/instructions/owasp-web.md
examples/registry/instructions/pandas-advanced.md
examples/registry/instructions/pdf-creation.md
examples/registry/instructions/penetration-testing.md
examples/registry/instructions/prometheus-grafana.md
examples/registry/instructions/pytorch-training.md
examples/registry/instructions/quantitative-finance.md
examples/registry/instructions/rate-limiting.md
examples/registry/instructions/react-native.md
examples/registry/instructions/react.md
examples/registry/instructions/rest-design.md
examples/registry/instructions/rust.md
examples/registry/instructions/scipy-optimization-signal.md
examples/registry/instructions/secrets-management.md
examples/registry/instructions/sklearn-modeling.md
examples/registry/instructions/sklearn-pipeline-ops.md
examples/registry/instructions/slide-creation.md
examples/registry/instructions/spark.md
examples/registry/instructions/sql-queries.md
examples/registry/instructions/sqlalchemy.md
examples/registry/instructions/statistics-scipy-statsmodels.md
examples/registry/instructions/stats-experiment-design.md
examples/registry/instructions/stats-model-diagnostics.md
examples/registry/instructions/systemd.md
examples/registry/instructions/terraform.md
examples/registry/instructions/time-series.md
examples/registry/instructions/transformers-finetuning.md
examples/registry/instructions/visualization-matplotlib-seaborn.md
examples/registry/instructions/websockets-sse.md
examples/registry/roles/analytics-engineer.md
examples/registry/roles/api-architect.md
examples/registry/roles/aws-engineer.md
examples/registry/roles/bi-analyst.md
examples/registry/roles/data-analyst.md
examples/registry/roles/data-engineer.md
examples/registry/roles/devops-engineer.md
examples/registry/roles/financial-analyst.md
examples/registry/roles/gcp-engineer.md
examples/registry/roles/machine-learning-engineer.md
examples/registry/roles/ml-researcher.md
scripts/benchmark_human_eval.py
scripts/compile_registry.py
skills/skillmesh/SKILL.md
skills/skillmesh/agents/openai.yaml
skills/skillmesh/scripts/roles.py
skills/skillmesh/scripts/roles.sh
skills/skillmesh/scripts/route.py
skills/skillmesh/scripts/route.sh
src/skill_registry_rag/__init__.py
src/skill_registry_rag/__main__.py
src/skill_registry_rag/_resolve.py
src/skill_registry_rag/cli.py
src/skill_registry_rag/mcp_server.py
src/skill_registry_rag/models.py
src/skill_registry_rag/registry.py
src/skill_registry_rag/retriever.py
src/skill_registry_rag/roles.py
src/skill_registry_rag/adapters/__init__.py
src/skill_registry_rag/adapters/claude.py
src/skill_registry_rag/adapters/codex.py
src/skill_registry_rag/backends/__init__.py
src/skill_registry_rag/backends/chroma.py
src/skill_registry_rag/backends/memory.py
src/skill_registry_rag/data/__init__.py
src/skill_registry_rag/data/tools.compiled.json
src/skillmesh.egg-info/PKG-INFO
src/skillmesh.egg-info/SOURCES.txt
src/skillmesh.egg-info/dependency_links.txt
src/skillmesh.egg-info/entry_points.txt
src/skillmesh.egg-info/requires.txt
src/skillmesh.egg-info/top_level.txt
tests/conftest.py
tests/test_adapters.py
tests/test_backends.py
tests/test_benchmark_human_eval.py
tests/test_cli.py
tests/test_mcp_server.py
tests/test_registry.py
tests/test_retriever.py
tests/test_roles.py