feat: add SIMBAD astronomical database skill#90
Open
StevenDillmann wants to merge 2 commits intoK-Dense-AI:mainfrom
Open
feat: add SIMBAD astronomical database skill#90StevenDillmann wants to merge 2 commits intoK-Dense-AI:mainfrom
StevenDillmann wants to merge 2 commits intoK-Dense-AI:mainfrom
Conversation
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
TKassis
approved these changes
Mar 12, 2026
jahyunlee00299
added a commit
to jahyunlee00299/claude-scientific-skills
that referenced
this pull request
Mar 14, 2026
…I#90) Add validate_sequence() and validate_sequences() functions for batch DNA primer sequence validation. Checks for empty sequences, non-ACGT characters, and length constraints (10-60 nt). Returns structured SequenceValidationResult with per-sequence errors and summary stats. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
@TKassis anything else needed here? |
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.