Date: December 4, 2025 Claude Code Version: 2.0.58
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
| <html> | |
| <head> | |
| <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'> | |
| <link href="http://www.tobiaskahn.com/seeds/toucan.css" rel="stylesheet" type='text/css'> | |
| </head> | |
| <body> | |
| <div> | |
| <div class="parent"> | |
| <div class="container"> | |
| <a href="about:close"><div class="x">x</div></a> |
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
| #!/usr/bin/env python3 | |
| from collections import defaultdict | |
| import csv | |
| import http.client | |
| import lxml.html | |
| import os | |
| import sys | |
| import time | |
| import urllib.error |
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
| #!/bin/sh | |
| brew install --cask qt-creator | |
| pip3 install pygdbmi | |
| cat <<EOT >> ~/.lldbinit | |
| script -l python -- import sys; sys.path += [ "/opt/homebrew/lib/python%s.%s/site-packages" % (sys.version_info.major, sys.version_info.minor) ] | |
| command script import "/Applications/Qt Creator.app/Contents/Resources/debugger/lldbbridge.py" | |
| EOT |
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
| from itertools import zip_longest | |
| from typing import Any, Generic, Literal, Mapping, Protocol, Type, TypeVar, get_args, get_origin, overload | |
| @overload | |
| def get_typing_param_args( | |
| tp: Type[Any], | |
| /, | |
| *, | |
| resolve: Literal[True], |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
| <template id="report_example"> | |
| <span t-field="env['some.other.model'].browse(42).the_field">[PLACEHOLDER]</span> | |
| </template> | |
| </odoo> |
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
| name: Example | |
| jobs: | |
| terragrunt: | |
| permissions: | |
| contents: read | |
| id-token: write |
TL;DR: Claude Code has an undocumented ~16,000 character budget for skill metadata. With typical 263-char descriptions, only ~42 skills fit. To show more skills, compress descriptions to ≤130 characters. Note: This is a skills-specific limit—the Tool Search Tool's
defer_loadingfeature does NOT apply to skills.
When using Claude Code with 63 installed skills, the system prompt showed: