feat: add SIMBAD astronomical database skill#90
Merged
TKassis merged 3 commits intoMay 21, 2026
Conversation
TKassis
approved these changes
Mar 12, 2026
Contributor
Author
|
@TKassis anything else needed here? |
TKassis
requested changes
May 18, 2026
TKassis
left a comment
Contributor
There was a problem hiding this comment.
Thank you for the contribution. Can you add this skill to the database-lookup skill instead?
Add a new skill for querying the SIMBAD database (CDS Strasbourg), covering object name resolution, coordinate cone searches, identifier pattern matching, and advanced ADQL/TAP queries. Includes a Python client script, script-interface API reference, and ADQL/table schema reference. Made-with: Cursor
…n prevention - Add _sanitize_object_name() to validate script interface inputs (block newlines, quotes, semicolons) - Add _sanitize_adql_string() to escape quotes and block injection chars in ADQL queries - Use sanitizers in query_object, query_identifiers, get_all_identifiers - Add best practice K-Dense-AI#11 in SKILL.md: validate user input before querying Made-with: Cursor
Move SIMBAD content from standalone simbad-database skill into the consolidated database-lookup skill per reviewer feedback. Enhance database-lookup/references/simbad.md with detailed script format codes, full TAP table schemas, ADQL spatial query patterns, cross-matching examples, bibliography queries, and input sanitization guidance. Remove the standalone simbad-database directory (SKILL.md, api_reference, adql_reference, simbad_client.py) since all content is now covered by database-lookup. Made-with: Cursor
5242ef0 to
7d83e4b
Compare
Contributor
Author
|
@TKassis |
TKassis
approved these changes
May 21, 2026
ts387
pushed a commit
to ts387/claude-scientific-skills
that referenced
this pull request
Jun 8, 2026
…base-skill feat: add SIMBAD astronomical database 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.
Add a new skill for querying the SIMBAD database, covering object name resolution, coordinate cone searches, identifier pattern matching, and advanced ADQL/TAP queries. Includes a Python client script, script-interface API reference, and ADQL/table schema reference.
The SIMBAD astronomical database provides basic data, cross-identifications, bibliography and measurements for astronomical objects outside the solar system.