AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "python-starter — Cursor Rules" prompt rules to my project. Repository: https://github.com/sangdth/python-starter Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for python-starter
Context7 Code Examples Guide
Context7 queries technical documentation to find current code examples and best practices. Use it to get reliable snippets from official sources.
Two-Step Process
• Find Library ID: Use resolve-library-id to get the unique identifier • Get Documentation: Use get-library-docs to fetch examples
`resolve-library-id`
Converts common library names to Context7 IDs. • Input: Library name (e.g., "flask", "django", "requests") • Output: List of matching libraries with their Context7 IDs • Use: Required before fetching documentation
`get-library-docs`
Retrieves documentation and code examples. • Required: context7CompatibleLibraryID (from resolve tool) • Optional: topic (narrows results to specific features)
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts